Replies: 2 comments 1 reply
-
Maybe the question is: Is there any way to opt-out some module/span's INFO log when I keep all the other INFO logs? |
Beta Was this translation helpful? Give feedback.
0 replies
-
This is an unfortunate behavior of
I suggest giving https://docs.rs/tracing-subscriber/0.2.24/tracing_subscriber/filter/struct.FilterFn.html a try. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Bug Report
Output: INFO span0: test_tracing: log info // <- expected
Output: INFO span0: test_tracing: log info // <- NOT expected
Version
Platform
macOS
Description
see bug report
Beta Was this translation helpful? Give feedback.
All reactions