diff --git a/src/main.rs b/src/main.rs index 458a9db..55ca3bc 100644 --- a/src/main.rs +++ b/src/main.rs @@ -29,7 +29,7 @@ async fn main() { tracing_subscriber::registry() .with(tracing_subscriber::fmt::layer().with_target(false)) - .with(filter::LevelFilter::INFO) + // .with(filter::LevelFilter::INFO) .with(sentry_layer) .init();