Skip to main content

TRACE_FILTER

Constant TRACE_FILTER 

Source
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.