Switch zebrad to a non-blocking tracing logger #4834
Labels
A-diagnostics
Area: Diagnosing issues or monitoring performance
C-bug
Category: This is a bug
I-hang
A Zebra component stops responding to requests
I-usability
Zebra is hard to understand or use
Motivation
Some of our tests might be deadlocking when the log buffers fill up.
This could happen to users as well.
This is a high priority, because it is causing test failures.
API Reference
https://docs.rs/tracing-appender/0.2.2/tracing_appender/#non-blocking-writer
Designs
tracing-appender
to make stdout writes non-blockingThe text was updated successfully, but these errors were encountered: