docs: refine troubleshooting and faq guidance

This commit is contained in:
Peter Steinberger
2026-01-08 08:24:16 +01:00
parent 97cb469faf
commit 15dd6b65b6
5 changed files with 60 additions and 45 deletions

View File

@@ -262,7 +262,7 @@ After configuring multi-agent sandbox and tools:
4. **Monitor logs:**
```bash
tail -f ~/.clawdbot/logs/gateway.log | grep -E "routing|sandbox|tools"
tail -f "${CLAWDBOT_STATE_DIR:-$HOME/.clawdbot}/logs/gateway.log" | grep -E "routing|sandbox|tools"
```
---