From 7d845019b5de781c136b7597ff52e7d231a1c4cf Mon Sep 17 00:00:00 2001 From: "openclaw-docs-sync[bot]" Date: Mon, 27 Apr 2026 22:42:50 +0000 Subject: [PATCH] chore(sync): mirror docs from openclaw/openclaw@94f5827c6e1d130edd007d9389ad39795b4da459 --- .openclaw-sync/source.json | 4 ++-- docs/logging.md | 6 ++++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/.openclaw-sync/source.json b/.openclaw-sync/source.json index b13550744..a59da92a8 100644 --- a/.openclaw-sync/source.json +++ b/.openclaw-sync/source.json @@ -1,5 +1,5 @@ { "repository": "openclaw/openclaw", - "sha": "39e3d8d31de860288dd7f408e1612bfbcb128208", - "syncedAt": "2026-04-27T22:39:10.983Z" + "sha": "94f5827c6e1d130edd007d9389ad39795b4da459", + "syncedAt": "2026-04-27T22:41:02.534Z" } diff --git a/docs/logging.md b/docs/logging.md index 68f44e3d8..a782d3aca 100644 --- a/docs/logging.md +++ b/docs/logging.md @@ -207,10 +207,12 @@ OTEL model-call spans/metrics when diagnostics export is enabled. ### Redaction OpenClaw can redact sensitive tokens before they hit console output, file logs, -OTLP log records, or persisted session transcript text: +OTLP log records, persisted session transcript text, or Control UI tool +event payloads (tool start args, partial/final result payloads, derived +exec output, and patch summaries): - `logging.redactSensitive`: `off` | `tools` (default: `tools`) -- `logging.redactPatterns`: list of regex strings to override the default set +- `logging.redactPatterns`: list of regex strings to override the default set. Custom patterns apply on top of the built-in defaults for Control UI tool payloads, so adding a pattern never weakens redaction of values already caught by the defaults. File logs and session transcripts stay JSONL, but matching secret values are masked before the line or message is written to disk. Redaction is best-effort: