log Application Command Data
@ConfigurationValue(path = "botcommands.application.logApplicationCommandData", defaultValue = "false" )
@DeprecatedValue(reason = "Moved to the 'cache' prefix", replacement = "botcommands.application.cache.logDataIf" )
Deprecated
Moved to 'logDataIf' of the 'cache' property
Replace with
cache?.logDataIf
Content copied to clipboard
Whether the raw JSON of the application commands should be logged when an update is required.
Default: false
Spring property: botcommands.application.logApplicationCommandData