docs(logging): note Control UI tool payload redaction · openclaw/openclaw@94f5827
vincentkoc
·
2026-04-28
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -207,10 +207,12 @@ OTEL model-call spans/metrics when diagnostics export is enabled.
|
207 | 207 | ### Redaction |
208 | 208 | |
209 | 209 | OpenClaw can redact sensitive tokens before they hit console output, file logs, |
210 | | -OTLP log records, or persisted session transcript text: |
| 210 | +OTLP log records, persisted session transcript text, or Control UI tool |
| 211 | +event payloads (tool start args, partial/final result payloads, derived |
| 212 | +exec output, and patch summaries): |
211 | 213 | |
212 | 214 | - `logging.redactSensitive`: `off` | `tools` (default: `tools`) |
213 | | -- `logging.redactPatterns`: list of regex strings to override the default set |
| 215 | +- `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. |
214 | 216 | |
215 | 217 | File logs and session transcripts stay JSONL, but matching secret values are |
216 | 218 | masked before the line or message is written to disk. Redaction is best-effort: |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。