log Queries
@ConfigurationValue(path = "botcommands.database.logQueries", defaultValue = "false" )
Determines whether all SQL queries should be logged on TRACE
.
The TRACE
log level is required on the class that created the prepared statement.
Default: false
Spring property: botcommands.database.logQueries