mirror of
https://github.com/launchbadge/sqlx.git
synced 2026-03-12 08:39:28 +00:00
Prints each query performed at DEBUG level, along with a timing of how long the query took to execute. Slow queries will be printed at WARN level. Currently the slow query threshold is hardcoded to 1 second.