From 790a504b9f7e6a6c3a2cd3a340e9990ca66271ec Mon Sep 17 00:00:00 2001 From: Eric Paulsen Date: Tue, 17 Jan 2023 09:17:45 -0500 Subject: [PATCH] fix: agent log location --- docs/templates.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/templates.md b/docs/templates.md index f0361c1e08f31..1c8a214835edd 100644 --- a/docs/templates.md +++ b/docs/templates.md @@ -390,9 +390,9 @@ practices: - Ensure the resource can `curl` your Coder [access URL](./admin/configure.md#access-url) - Manually connect to the resource and check the agent logs (e.g., `kubectl exec`, `docker exec` or AWS console) - - The Coder agent logs are typically stored in `/var/log/coder-agent.log` + - The Coder agent logs are typically stored in `/tmp/coder-agent.log` - The Coder agent startup script logs are typically stored in - `/var/log/coder-startup-script.log` + `/tmp/coder-startup-script.log` ## Template permissions (enterprise)