chore(sync): mirror docs from openclaw/openclaw@4cba24a4c3

This commit is contained in:
openclaw-docs-sync[bot] 2026-04-26 04:52:28 +00:00
parent b262adb47f
commit fa855cca9c
2 changed files with 5 additions and 3 deletions

View File

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

View File

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