Add SQLDatabase.queryLogLevel protocol requirement, defaulting to .debug for databases which don't implement it. Each individual driver must implement support for this logging. This corresponds to the sqlLogLevel configuration in FluentPostgresDriver and is the first step in normalizing support for it at the PostgresKit/MySQLKit/SQLiteKit layer.
Add
SQLDatabase.queryLogLevel
protocol requirement, defaulting to.debug
for databases which don't implement it. Each individual driver must implement support for this logging. This corresponds to thesqlLogLevel
configuration in FluentPostgresDriver and is the first step in normalizing support for it at thePostgresKit
/MySQLKit
/SQLiteKit
layer.