pub const INFO_SPAN_LEVEL: Level;Expand description
Selects INFO or DEBUG for diagnostic tracing spans.
The level is INFO when extra diagnostics retain their requested levels and
DEBUG otherwise. Release filters can therefore elide these spans alongside
the debug event macros.