State Machine Logging Configuration
data class StateMachineLoggingConfiguration(val destinations: List<StateMachineLogDestination>? = null, val includeExecutionData: Boolean? = null, val level: StateMachineLoggingConfigurationLevel? = null)
Constructors
Link copied to clipboard
constructor(destinations: List<StateMachineLogDestination>? = null, includeExecutionData: Boolean? = null, level: StateMachineLoggingConfigurationLevel? = null)
Properties
Link copied to clipboard
An array of objects that describes where your execution history events will be logged. Limited to size 1. Required, if your log level is not set to OFF
.
Link copied to clipboard
Determines whether execution data is included in your log. When set to false
, data is excluded.
Link copied to clipboard
Defines which category of execution history events are logged.