You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We could use stackable-telemetry here if you wanted.
let _tracing_guard = Tracing::builder().service_name("interu").with_console_output(Settings::builder().with_environment_variable("LOG_LEVEL").with_default_level(tracing_subscriber::filter::LevelFilter::INFO).enabled(true).build()).build().init()?;
Originally posted by @NickLarsenNZ in #26 (comment)
The text was updated successfully, but these errors were encountered: