pub fn init_tracing() -> boolExpand description
Install a default tracing subscriber.
- Reads filter directives from
RUST_LOG; defaults toinfofor the rustrade crates andwarnfor everything else when unset. - Uses the
tracing-subscriber“fmt” formatter with target + level + message; no ANSI colours when not on a TTY. - Returns
trueif this call installed the subscriber,falseif a subscriber was already installed (e.g. by the host) — either way, logging is wired up.