Skip to content

Commit 902c734

Browse files
committed
Updated rorm-db log handling
1 parent 6afe566 commit 902c734

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/migrate/mod.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -112,9 +112,6 @@ pub async fn run_migrate_custom(
112112
driver: db_conf.driver,
113113
min_connections: 1,
114114
max_connections: 1,
115-
disable_logging: None,
116-
statement_log_level: None,
117-
slow_statement_log_level: None,
118115
})
119116
.await?;
120117

0 commit comments

Comments
 (0)