pub fn init_tracing()Expand description
Initialize structured tracing for the server.
Reads the RUST_LOG environment variable for filter configuration.
Falls back to info level if unset.
Should be called once at process startup before any async tasks are spawned.