Closed 0xTim closed 3 years ago
@gwynne probably eventually. I think the issue at the moment is that the logging is done in the low level drivers for SQLite and MySQL so we'd either need to ferry it all down or align it with Postgres and do the logging in the driver.
This was added here as II need it for a client 😅
Adds the option to set the log level at which SQL queries are logged. Defaults to
.debug
.