pub fn init_tracing(config: &Config)Expand description
Initializes the global tracing subscriber with structured logging and optional Sentry integration.
Reads RUST_LOG for filter directives; falls back to INFO-level logging with TRACE-level
for internal objectstore crates. Log format (pretty, simplified, or json) is determined
by config.logging.format, defaulting to pretty when a terminal is attached.