Files
foxhunt/crates/common/src/observability
jgrusewski 3e0435bce5 fix: switch tracing to stderr (unbuffered) — stdbuf has no effect on Rust
Rust's std::io::Stdout uses internal BufWriter that bypasses libc,
making stdbuf -oL useless. stderr is unbuffered by default in Rust,
so tracing output appears immediately in container logs.

Also reverts n_episodes debug cap back to 16384.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-02 16:29:55 +02:00
..