tracing
tracing copied to clipboard
How to modify EnvFilter instead of replace
in tracing_subscriber 0.3.18
I use a Envfilter in global subscriber. It is composed of one LevelFilter and Targets. When i modify the level filter, i need replace the entire EnvFilter. How do I only modify the LevelFilter in EnvFilter.