Skip to content

Commit 9801157

Browse files
authored
fix: agent log location (#5742)
1 parent 8735f51 commit 9801157

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/templates.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -390,9 +390,9 @@ practices:
390390
- Ensure the resource can `curl` your Coder [access
391391
URL](./admin/configure.md#access-url)
392392
- Manually connect to the resource and check the agent logs (e.g., `kubectl exec`, `docker exec` or AWS console)
393-
- The Coder agent logs are typically stored in `/var/log/coder-agent.log`
393+
- The Coder agent logs are typically stored in `/tmp/coder-agent.log`
394394
- The Coder agent startup script logs are typically stored in
395-
`/var/log/coder-startup-script.log`
395+
`/tmp/coder-startup-script.log`
396396

397397
## Template permissions (enterprise)
398398

0 commit comments

Comments
 (0)