pub fn init_tracing_subscriber() -> Result<()>Expand description
Initializes a tracing subscriber for tests.
§Errors
Returns anyhow::Error if
we can’t set the tracing subscriber as the global default.
pub fn init_tracing_subscriber() -> Result<()>Initializes a tracing subscriber for tests.
Returns anyhow::Error if
we can’t set the tracing subscriber as the global default.