Closed go-jar closed 2 years ago
RUST_LOG=quinn=off
RUST_LOG=quinn=off
Thanks! But I don't know where to set it.
quinn uses the tracing
crate for logging, and tracing
itself does not produce any output unless you have configured a subscriber somewhere downstream. That subscriber is where you would apply filtering; @dzvon is assuming you're using tracing-subscriber
's fmt
subscriber configured to read directives from the environment.
quinn uses the
tracing
crate for logging, andtracing
itself does not produce any output unless you have configured a subscriber somewhere downstream. That subscriber is where you would apply filtering; @dzvon is assuming you're usingtracing-subscriber
'sfmt
subscriber configured to read directives from the environment.
Thanks!
I don't want these log, and how to disable it?