diff --git a/src/main.rs b/src/main.rs index 3581e50..1a49cff 100644 --- a/src/main.rs +++ b/src/main.rs @@ -93,7 +93,7 @@ async fn main() { tracing_subscriber::registry() .with( tracing_subscriber::EnvFilter::try_from_default_env().unwrap_or_else(|_| { - format!("{}=debug,tower_http=debug", env!("CARGO_CRATE_NAME")).into() + format!("{}=info,tower_http=info", env!("CARGO_CRATE_NAME")).into() }), ) .with(tracing_subscriber::fmt::layer())