mirror of
https://github.com/launchbadge/sqlx.git
synced 2025-12-29 21:00:54 +00:00
Added missing target for query logger
This commit is contained in:
parent
960e71202b
commit
002929ed2e
@ -58,6 +58,7 @@ impl<'q> QueryLogger<'q> {
|
||||
))
|
||||
.level(lvl)
|
||||
.module_path_static(Some("sqlx::query"))
|
||||
.target("sqlx::query")
|
||||
.build(),
|
||||
);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user