Do you enable tracing-subscriber for tests?

47 · Users Rust Lang · June 19, 2026, 6:52 p.m.
Summary
This blog post discusses a common issue faced in debugging tests for Axum applications, highlighting the author's method of setting up a tracing subscriber within test helpers for easier debugging. The author invites feedback on whether others always enable tracing for tests and shares curiosity about additional debugging strategies used beyond println!