Function init_for_tests_with_level
pub fn init_for_tests_with_level(level: TracingLevel)Expand description
Init logging for tests.
This is the same as init_from_env_with_level, except it uses a Once so that multiple
initializations are okay.