From fa855cca9ce2523bab304f4578c8ad05d6ee831f Mon Sep 17 00:00:00 2001 From: "openclaw-docs-sync[bot]" Date: Sun, 26 Apr 2026 04:52:28 +0000 Subject: [PATCH] chore(sync): mirror docs from openclaw/openclaw@4cba24a4c35233db5af9a248d7cf7b6879302900 --- .openclaw-sync/source.json | 4 ++-- docs/logging.md | 4 +++- 2 files changed, 5 insertions(+), 3 deletions(-) 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