We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8735f51 commit 9801157Copy full SHA for 9801157
docs/templates.md
@@ -390,9 +390,9 @@ practices:
390
- Ensure the resource can `curl` your Coder [access
391
URL](./admin/configure.md#access-url)
392
- 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`
+ - The Coder agent logs are typically stored in `/tmp/coder-agent.log`
394
- The Coder agent startup script logs are typically stored in
395
- `/var/log/coder-startup-script.log`
+ `/tmp/coder-startup-script.log`
396
397
## Template permissions (enterprise)
398
0 commit comments