# AWS::StepFunctions::StateMachine LoggingConfiguration ## Syntax To declare this entity in your AWS CloudFormation template, use the following syntax: ### JSON
{
"Level" : String,
"IncludeExecutionData" : Boolean,
"Destinations" : [ LogDestination, ... ]
}
### YAML
Level: String
IncludeExecutionData: Boolean
Destinations:
- LogDestination
## Properties
#### Level
_Required_: No
_Type_: String
_Allowed Values_: ALL | ERROR | FATAL | OFF
_Update requires_: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)
#### IncludeExecutionData
_Required_: No
_Type_: Boolean
_Update requires_: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)
#### Destinations
_Required_: No
_Type_: List of LogDestination
_Update requires_: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)