From adc47f1b750514b4b06dfa1c144738a34422febd Mon Sep 17 00:00:00 2001 From: Bulat Kurbanov Date: Tue, 7 May 2024 00:35:38 +0200 Subject: [PATCH] Show all logs --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();