logQueries

@ConfigurationValue(path = "botcommands.database.logQueries", defaultValue = "false")
abstract val logQueries: Boolean(source)

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