You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would it be possible to add default-features = false to the tracing-subscriber dependency? It would be nice to not override the end-user's attempt at disabling features.
I found out this was a problem when I added a unit test using tracing-test and the next time I deployed my server the logs are full of ansi color sequences because the tracing-subscriber default features include ansi color output. :)
The text was updated successfully, but these errors were encountered:
Would it be possible to add
default-features = false
to thetracing-subscriber
dependency? It would be nice to not override the end-user's attempt at disabling features.I found out this was a problem when I added a unit test using
tracing-test
and the next time I deployed my server the logs are full of ansi color sequences because thetracing-subscriber
default features includeansi
color output. :)The text was updated successfully, but these errors were encountered: