Tokio-Trace: Scoped, Structured, Async-Aware Diagnostics
Networked applications often rely on asynchronous programming to achieve high performance and throughput. However, since execution in asynchronous software switches between tasks based on IO readiness, log messages from these systems becomes difficult to interpret. Tokio-Trace is a new diagnostics …