replace tmux with a simple spawner (can be a shell script or python but not nodejs because claude code refuses to spawn from that), ie:
ANTHROPIC_LOG=debug claude --output-format json \
-p 'whatever prompt your orchestrator needs executed' 2>&1 \
| curl -XPUT --data @- https://your.log.stack:42069/ingest
You're anyway not going to read all that and just want to save gigabytes of logs for debugging, or selling it all to OpenAI to train their next codex release on.
replace
tmuxwith a simple spawner (can be a shell script or python but not nodejs because claude code refuses to spawn from that), ie:ANTHROPIC_LOG=debug claude --output-format json \ -p 'whatever prompt your orchestrator needs executed' 2>&1 \ | curl -XPUT --data @- https://your.log.stack:42069/ingestYou're anyway not going to read all that and just want to save gigabytes of logs for debugging, or selling it all to OpenAI to train their next codex release on.