chore(sync): mirror docs from openclaw/openclaw@94f5827c6e

This commit is contained in:
openclaw-docs-sync[bot] 2026-04-27 22:42:50 +00:00
parent b0b3257590
commit 7d845019b5
2 changed files with 6 additions and 4 deletions

View File

@ -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"
}

View File

@ -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: