Cloud Logging details for execution info
| JSON representation | 
|---|
| { "cloudLoggingSeverity": enum ( | 
| Fields | |
|---|---|
| cloudLoggingSeverity | 
 Optional. Severity selected by the customer for the logs to be sent to Cloud Logging, for the integration version getting executed. | 
| enableCloudLogging | 
 Optional. Status of whether Cloud Logging is enabled or not for the integration version getting executed. | 
CloudLoggingSeverity
The severity will be mapped to the Integration Execution State.
| Enums | |
|---|---|
| CLOUD_LOGGING_SEVERITY_UNSPECIFIED | Unspecified | 
| INFO | If Severity selected is INFO, then all the Integration Execution States (IN_PROCESS,ON_HOLD,SUCCEEDED,SUSPENDED,ERROR,CANCELLED) will be sent to Cloud Logging. | 
| ERROR | If Severity selected is ERROR, then only the following Integration Execution States (ERROR,CANCELLED) will be sent to Cloud Logging. | 
| WARNING | If Severity selected is WARNING, then only the following Integration Execution States (ERROR,CANCELLED) will be sent to Cloud Logging. |