From d082ab59b4acfa7b7844fa070521d7fd2eadc825 Mon Sep 17 00:00:00 2001 From: Eric Paulsen Date: Fri, 2 Jun 2023 15:36:43 -0400 Subject: [PATCH] docs: add note on log truncation (#7821) --- docs/workspaces.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/workspaces.md b/docs/workspaces.md index fa4ec3a765..f61f21c6a3 100644 --- a/docs/workspaces.md +++ b/docs/workspaces.md @@ -88,6 +88,8 @@ Coder stores macOS and Linux logs at the following locations: | `shutdown_script` | `/tmp/coder-shutdown-script.log` | | Agent | `/tmp/coder-agent.log` | +> Note: Logs are truncated once they reach 5MB in size. + --- ## Up next