diff --git a/src/main.rs b/src/main.rs index 84d5381..e0b295a 100644 --- a/src/main.rs +++ b/src/main.rs @@ -54,7 +54,7 @@ async fn main() { let mut secret_key: SecretKey = [0; 64]; OsRng.fill_bytes(&mut secret_key); - let default_tracing = "image_gallery=debug,tower_http=info".into(); + let default_tracing = "image_gallery=debug,tower_http=error".into(); let tracing_filter = EnvFilter::try_from_default_env().unwrap_or(default_tracing); let tracing_formatter = tracing_subscriber::fmt::layer() .with_target(false)