diff --git a/src/main.rs b/src/main.rs index d59f101..467a7fd 100644 --- a/src/main.rs +++ b/src/main.rs @@ -97,7 +97,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())