Skip to content

Commit 002929e

Browse files
GyrosOfWarmehcode
authored andcommitted
Added missing target for query logger
1 parent 960e712 commit 002929e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sqlx-core/src/logger.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ impl<'q> QueryLogger<'q> {
5858
))
5959
.level(lvl)
6060
.module_path_static(Some("sqlx::query"))
61+
.target("sqlx::query")
6162
.build(),
6263
);
6364
}

0 commit comments

Comments
 (0)