logMissingLocalizationKeys

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

Whether to log a WARN if a localization key isn't found when registering the commands.

They will occur when a bundle from baseNameToLocalesMap doesn't contain a value for a key requested by LocalizationFunction, such as command name/description, option name/description, choice name...

Default: false

Spring property: botcommands.application.logMissingLocalizationKeys