cloudLoggingSeverity property
Severity selected by the customer for the logs to be sent to Cloud Logging, for the integration version getting executed. Possible string values are:
- "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.
Implementation
core.String? cloudLoggingSeverity;