1 2 3 4 5 6
pub fn init() { tracing_subscriber::fmt() .with_env_filter(tracing_subscriber::EnvFilter::from_default_env()) .json() .init(); }