pub fn init_tracing()Expand description
Initialise stderr-only tracing with RUST_LOG=info default.
Safe to call multiple times — try_init() is a no-op if a global
subscriber is already installed.
pub fn init_tracing()Initialise stderr-only tracing with RUST_LOG=info default.
Safe to call multiple times — try_init() is a no-op if a global
subscriber is already installed.