diff --git a/.openclaw-sync/source.json b/.openclaw-sync/source.json index 1163e4484..0024d8dd7 100644 --- a/.openclaw-sync/source.json +++ b/.openclaw-sync/source.json @@ -1,5 +1,5 @@ { "repository": "openclaw/openclaw", - "sha": "6a67f6556885d376aca2aa1283b540bf485416c5", - "syncedAt": "2026-04-26T04:47:46.124Z" + "sha": "4cba24a4c35233db5af9a248d7cf7b6879302900", + "syncedAt": "2026-04-26T04:50:57.146Z" } diff --git a/docs/logging.md b/docs/logging.md index 4d7a3e015..563a0d2f1 100644 --- a/docs/logging.md +++ b/docs/logging.md @@ -167,7 +167,9 @@ Tool summaries can redact sensitive tokens before they hit the console: - `logging.redactSensitive`: `off` | `tools` (default: `tools`) - `logging.redactPatterns`: list of regex strings to override the default set -Redaction affects **console output only** and does not alter file logs. +Redaction applies at the logging sinks for **console output**, **stderr-routed +console diagnostics**, and **file logs**. File logs stay JSONL, but matching +secret values are masked before the line is written to disk. ## Diagnostics and OpenTelemetry