Skip to content

Commit ce13aaf

Browse files
oxgeneralclaude
andcommitted
fix(docs): correct JSON log field names to match StructuredLogger output
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 13f02be commit ce13aaf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -401,8 +401,8 @@ orch serve --once # exit 0 = all done, exit 1 = has failures
401401
Every event is a single JSON line — pipe to any log aggregator:
402402

403403
```json
404-
{"ts":"2026-03-17T03:00:10.000Z","level":"info","event":"agent:started","agent_id":"agt_abc","task_id":"tsk_123","adapter":"claude"}
405-
{"ts":"2026-03-17T03:12:45.000Z","level":"info","event":"task:status_changed","task_id":"tsk_123","from":"in_progress","to":"review"}
404+
{"ts":"2026-03-17T03:00:10.000Z","level":"info","event":"agent:started","agentId":"agt_abc","taskId":"tsk_123","runId":"run_xyz"}
405+
{"ts":"2026-03-17T03:12:45.000Z","level":"info","event":"task:status_changed","taskId":"tsk_123","from":"in_progress","to":"review"}
406406
{"ts":"2026-03-17T03:12:46.000Z","level":"info","event":"orchestrator:tick","running":0,"queued":2,"heap_mb":142}
407407
```
408408

0 commit comments

Comments
 (0)