pub fn init_tracing()
Expand description
Initialize global tracing subscriber.
This function sets up a tracing_subscriber
that respects the RUST_LOG
environment variable (or defaults to info
). It should be called once at
application startup, typically from main.rs
.