pub const TRACE_FILTER: &str = "all";Expand description
Span / element filter (Trace). RUST_LOG-shaped string consumed by
the IPC::DevLog::IsEnabled::Fn filter. all enables every tag.
Reserved for the eventual tracing-subscriber EnvFilter; currently
duplicated with IPC::DevLog::IsEnabled which reads Trace at
runtime via std::env::var.