Show all logs

This commit is contained in:
2024-05-07 00:35:38 +02:00
parent 0976471562
commit adc47f1b75

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::INFO) // .with(filter::LevelFilter::INFO)
.with(sentry_layer) .with(sentry_layer)
.init(); .init();