Skip to content

Commit c03926c

Browse files
nc7sabonander
authored andcommitted
fix: lower default logging level for statements to Debug
1 parent aff632a commit c03926c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sqlx-core/src/connection.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ pub struct LogSettings {
166166
impl Default for LogSettings {
167167
fn default() -> Self {
168168
LogSettings {
169-
statements_level: LevelFilter::Info,
169+
statements_level: LevelFilter::Debug,
170170
slow_statements_level: LevelFilter::Warn,
171171
slow_statements_duration: Duration::from_secs(1),
172172
}

0 commit comments

Comments
 (0)