Function mz_ore::test::init_logging

source ·
pub fn init_logging()
Available on test or crate feature test only.
Expand description

Initialize global logger, using the tracing_subscriber crate, with sensible defaults.

It is safe to call init_logging multiple times. Since cargo test does not run tests in any particular order, each must call init_logging.