logApplicationCommandData

@ConfigurationValue(path = "botcommands.application.logApplicationCommandData", defaultValue = "false")
@DeprecatedValue(reason = "Moved to the 'cache' prefix", replacement = "botcommands.application.cache.logDataIf")
open val logApplicationCommandData: Boolean(source)

Deprecated

Moved to 'logDataIf' of the 'cache' property

Replace with

cache?.logDataIf

Whether the raw JSON of the application commands should be logged when an update is required.

Default: false

Spring property: botcommands.application.logApplicationCommandData