pub fn init_tracing(config: LogConfig) -> CoreResult<()>Expand description
Initializes a global tracing subscriber.
Calling this more than once returns CoreError::SubscriberInit; tests can
use try_init semantics by ignoring that specific error.
pub fn init_tracing(config: LogConfig) -> CoreResult<()>Initializes a global tracing subscriber.
Calling this more than once returns CoreError::SubscriberInit; tests can
use try_init semantics by ignoring that specific error.