This commit is contained in:
2024-05-06 23:23:45 +02:00
parent 494569d1ac
commit f9b2e8b0a3

View File

@@ -29,7 +29,7 @@ async fn main() {
tracing_subscriber::registry() tracing_subscriber::registry()
.with(tracing_subscriber::fmt::layer().with_target(false)) .with(tracing_subscriber::fmt::layer().with_target(false))
.with(filter::LevelFilter::WARN) .with(filter::LevelFilter::INFO)
.with(sentry_layer) .with(sentry_layer)
.init(); .init();