pub fn init_tracing_subscriber(verbosity: Option<u8>)
Expand description

A subscriber built from default tracing_subscriber::fmt::SubscriberBuilder such that it would match directly using println! throughout the repo.

RUST_LOG environment variable can be used to set different minimum level for the subscriber, default is INFO.