diff --git a/docs/gateway/troubleshooting.md b/docs/gateway/troubleshooting.md index be0157064..02b9f9b28 100644 --- a/docs/gateway/troubleshooting.md +++ b/docs/gateway/troubleshooting.md @@ -281,7 +281,7 @@ clawdbot providers login --verbose | Log | Location | |-----|----------| | Gateway file logs (structured) | `/tmp/clawdbot/clawdbot-YYYY-MM-DD.log` (or `logging.file`) | -| Gateway service logs (supervisor) | macOS: `$CLAWDBOT_STATE_DIR/logs/gateway.log` + `gateway.err.log` (default: `~/.clawdbot/logs/...`; profiles use `~/.clawdbot-/logs/...`)
Linux: `journalctl --user -u clawdbot-gateway.service -n 200 --no-pager`
Windows: `schtasks /Query /TN "Clawdbot Gateway" /V /FO LIST` | +| Gateway service logs (supervisor) | macOS: `$CLAWDBOT_STATE_DIR/logs/gateway.log` + `gateway.err.log` (default: `~/.clawdbot/logs/...`; profiles use `~/.clawdbot-/logs/...`)
Linux: `journalctl --user -u clawdbot-gateway.service -n 200 --no-pager`
Windows: `schtasks /Query /TN "Clawdbot Gateway" /V /FO LIST` | | Session files | `$CLAWDBOT_STATE_DIR/agents//sessions/` | | Media cache | `$CLAWDBOT_STATE_DIR/media/` | | Credentials | `$CLAWDBOT_STATE_DIR/credentials/` |