pub fn init_tracing()Expand description
Initialize the global tracing subscriber. Called internally by run_server.
Idempotent: if a global subscriber is already installed, this is a no-op so library
consumers can safely call run_server more than once per process.