Optional. Severity selected by the customer for the logs to be sent to Cloud Logging, for the integration version getting executed.
enableCloudLogging
boolean
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-12-11 UTC."],[[["Cloud Logging for integration executions can be configured with specific severity levels."],["The `enableCloudLogging` field determines whether Cloud Logging is active for an integration version."],["The `cloudLoggingSeverity` field, when set to `INFO`, logs all integration execution states."],["Setting `cloudLoggingSeverity` to either `ERROR` or `WARNING` will log only `ERROR` and `CANCELLED` states."]]],[]]