pub fn initialize_tracing_with_filter(filter: EnvFilter)Expand description
Initialize tracing using the above custom formatter, using the tracing directive. something like “{level},{abc}={level},{xyz}={level}” where {level} is one of “tracing,debug,info,warn,error”