public enum Execution.Types.CallLogLevelReference documentation and code samples for the Workflow Executions v1 API enum Execution.Types.CallLogLevel.
Describes the level of platform logging to apply to calls and call responses during workflow executions.
Namespace
Google.Cloud.Workflows.Executions.V1Assembly
Google.Cloud.Workflows.Executions.V1.dll
Fields |
|
|---|---|
| Name | Description |
LogAllCalls |
Log all call steps within workflows, all call returns, and all exceptions raised. |
LogErrorsOnly |
Log only exceptions that are raised from call steps within workflows. |
LogNone |
Explicitly log nothing. |
Unspecified |
No call logging level specified. |