pub fn init_tracing()Expand description
Initialise the global [tracing] subscriber.
Configures a human-readable formatter with RFC 3339 timestamps. The log
level is controlled by the RUST_LOG environment variable (e.g.
RUST_LOG=object_storage_proxy=debug).
This is called automatically by run_server and should not normally be
invoked by application code.