How to do runtime changes to the filter level for logs using tracing library in Rust
I have a Rust application I am instrumenting, and I would like to be able to set the log filtering level dynamically for a given span tree. Note that I don’t want to change the log level for the whole application by doing something like reloading the filter layer with a new level – I want to set the filter level for a specific execution of a given code path.