pub fn init(config: &LogConfig) -> Result<()>Expand description
Initialize the global tracing subscriber.
Reads RUST_LOG first; if absent, uses config.effective_filter() which
combines config.filter with per-plugin overrides from [log.plugins].
Should be called exactly once at server startup. Calling twice is harmless but logs a warning.