From a36e9ca465ad03dcaeb277fc042b207482f2f483 Mon Sep 17 00:00:00 2001 From: "openclaw-docs-sync[bot]" Date: Sun, 3 May 2026 09:21:57 +0000 Subject: [PATCH] chore(sync): mirror docs from openclaw/openclaw@23fe3559e5a21b4d88a39f1075695f872aea942d --- .openclaw-sync/source.json | 4 ++-- docs/cli/logs.md | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.openclaw-sync/source.json b/.openclaw-sync/source.json index e2d1b09e6..6e9e6978c 100644 --- a/.openclaw-sync/source.json +++ b/.openclaw-sync/source.json @@ -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" } diff --git a/docs/cli/logs.md b/docs/cli/logs.md index 336aad313..55155fc19 100644 --- a/docs/cli/logs.md +++ b/docs/cli/logs.md @@ -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