Workflows Executions V1 API - Module Google::Cloud::Workflows::Executions::V1::Execution::CallLogLevel (v0.7.0)

Reference documentation and code samples for the Workflows Executions V1 API module Google::Cloud::Workflows::Executions::V1::Execution::CallLogLevel.

Describes the level of platform logging to apply to calls and call responses during workflow executions.

Constants

CALL_LOG_LEVEL_UNSPECIFIED

value: 0
No call logging level specified.

LOG_ALL_CALLS

value: 1
Log all call steps within workflows, all call returns, and all exceptions raised.

LOG_ERRORS_ONLY

value: 2
Log only exceptions that are raised from call steps within workflows.

LOG_NONE

value: 3
Explicitly log nothing.