pub(crate) fn init_logging(config: &LoggingConfig)Expand description
Initializes the global tracing subscriber in JSON or plain-text format.
The RUST_LOG environment variable, when set, takes precedence over the
level configured in system.yaml.