diff --git a/sqlx-core/src/connection.rs b/sqlx-core/src/connection.rs index dfafda686c..f254344a27 100644 --- a/sqlx-core/src/connection.rs +++ b/sqlx-core/src/connection.rs @@ -166,7 +166,7 @@ pub struct LogSettings { impl Default for LogSettings { fn default() -> Self { LogSettings { - statements_level: LevelFilter::Info, + statements_level: LevelFilter::Debug, slow_statements_level: LevelFilter::Warn, slow_statements_duration: Duration::from_secs(1), }