Function initialize_tracing

Source
pub fn initialize_tracing<L>(layer: L)
where L: Layer<Registry> + Send + Sync,
Expand description

Initializes the global tracing subscriber

A global tracing subscriber can be set only once and will panic if already set