There was an error while loading. Please reload this page.
1 parent 960e712 commit 002929eCopy full SHA for 002929e
sqlx-core/src/logger.rs
@@ -58,6 +58,7 @@ impl<'q> QueryLogger<'q> {
58
))
59
.level(lvl)
60
.module_path_static(Some("sqlx::query"))
61
+ .target("sqlx::query")
62
.build(),
63
);
64
}
0 commit comments