Function forc_tracing::init_tracing_subscriber
source · pub fn init_tracing_subscriber(options: TracingSubscriberOptions)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.