chore(sync): mirror docs from openclaw/openclaw@23fe3559e5

This commit is contained in:
openclaw-docs-sync[bot] 2026-05-03 09:21:57 +00:00
parent 5ee05aeef8
commit a36e9ca465
2 changed files with 3 additions and 2 deletions

View File

@ -1,5 +1,5 @@
{
"repository": "openclaw/openclaw",
"sha": "9ef35ea5c71cebaf649d6870947134c4dc7e032d",
"syncedAt": "2026-05-03T08:50:19.364Z"
"sha": "23fe3559e5a21b4d88a39f1075695f872aea942d",
"syncedAt": "2026-05-03T09:20:04.104Z"
}

View File

@ -57,6 +57,7 @@ openclaw logs --url ws://127.0.0.1:18789 --token "$OPENCLAW_GATEWAY_TOKEN"
- Use `--local-time` to render timestamps in your local timezone.
- If the implicit local loopback Gateway asks for pairing, closes during connect, or times out before `logs.tail` answers, `openclaw logs` falls back to the configured Gateway file log automatically. Explicit `--url` targets do not use this fallback.
- When using `--follow`, transient gateway disconnects (WebSocket close, timeout, connection drop) trigger automatic reconnection with exponential backoff (up to 8 retries, capped at 30 s between attempts). A warning is printed to stderr on each retry. Non-recoverable errors (auth failure, bad configuration) still exit immediately.
## Related