macro_rules! init_tracing_simple {
() => { ... };
}
Expand description
Init tracing_subscriber
with default settings.
This is useful when running tests.
macro_rules! init_tracing_simple {
() => { ... };
}
Init tracing_subscriber
with default settings.
This is useful when running tests.