Function create_env_filter

Source
fn create_env_filter() -> (EnvFilter, String)
Expand description

Creates an EnvFilter from either RUST_LOG or the default directives. Returns the filter and the directive string used. FIXME: It looks like only the directives variable here is actually used.