Module: Google::Cloud::Workflows::Executions::V1::Execution::CallLogLevel
- Defined in:
- proto_docs/google/cloud/workflows/executions/v1/executions.rb
Overview
Describes the level of platform logging to apply to calls and call responses during workflow executions.
Constant Summary collapse
- CALL_LOG_LEVEL_UNSPECIFIED =
No call logging level specified.
0
- LOG_ALL_CALLS =
Log all call steps within workflows, all call returns, and all exceptions raised.
1
- LOG_ERRORS_ONLY =
Log only exceptions that are raised from call steps within workflows.
2
- LOG_NONE =
Explicitly log nothing.
3