Reference documentation and code samples for the Google Cloud Workflows V1 Client class CallLogLevel.
Describes the level of platform logging to apply to calls and call responses during workflow executions.
Protobuf type google.cloud.workflows.v1.Workflow.CallLogLevel
Namespace
Google \ Cloud \ Workflows \ V1 \ WorkflowMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
CALL_LOG_LEVEL_UNSPECIFIED
Value: 0No call logging level specified.
Generated from protobuf enum CALL_LOG_LEVEL_UNSPECIFIED = 0;
LOG_ALL_CALLS
Value: 1Log all call steps within workflows, all call returns, and all exceptions raised.
Generated from protobuf enum LOG_ALL_CALLS = 1;
LOG_ERRORS_ONLY
Value: 2Log only exceptions that are raised from call steps within workflows.
Generated from protobuf enum LOG_ERRORS_ONLY = 2;
LOG_NONE
Value: 3Explicitly log nothing.
Generated from protobuf enum LOG_NONE = 3;