How to conditionally use tracing writer non_blocking instead of stdout? #2428
Unanswered
frederikhors
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm using the below code to initialize my tracing.
I would like to use the
non_blocking
writer only in some cases else I need to use simply thestdout
one.How can I avoid the below error?
Error:
Beta Was this translation helpful? Give feedback.
All reactions