docs: document llm runtime logs

This commit is contained in:
Codex
2026-06-21 23:43:03 +08:00
parent 453be85f3e
commit 4bb5ca5eb0
+11 -2
View File
@@ -62,8 +62,17 @@ Example:
[llm:validated] task=article_optimizer ok=true [llm:validated] task=article_optimizer ok=true
``` ```
The `raw=` field is truncated to 4000 characters to avoid log explosions. API The `raw=` field is truncated to 4000 characters to avoid log explosions. Set
keys, prompts, system messages, and environment secrets are not logged. `LLM_LOG_RAW_LIMIT=0` to suppress raw response snippets, or set a larger number
when diagnosing model output. API keys, prompts, system messages, and
environment secrets are not logged.
Workflow task names are:
- `fact_extractor`
- `article_optimizer`
- `quality_inspector`
- `targeted_rewriter`
## Commands ## Commands