Skip to main content

init

Function init 

Source
pub fn init(format: LogFormat)
Expand description

Initialize the global tracing subscriber.

Call once at program startup. Respects RUST_LOG env var for filtering. Default filter: mvm=info (show info+ from mvm, warnings from dependencies).