queryLogThreshold

@ConfigurationValue(path = "botcommands.database.queryLogThreshold", type = "java.time.Duration")
abstract val queryLogThreshold: Duration(source)

The duration a query has to run for it to be logged on WARN.

Spring property: botcommands.database.queryLogThreshold, see duration conversions