//! Structured logging / tracing setup.
use Once;
use ;
static INIT: Once = new;
/// Initialize the global tracing subscriber.
///
/// Safe to call multiple times — only the first call takes effect (subsequent
/// calls are no-ops), which keeps tests and examples from panicking on a double
/// install. The filter is taken from `RUST_LOG` if set, otherwise from
/// `default_level`.