callLogLevel property
The call logging level associated to this execution. Possible string values are:
- "CALL_LOG_LEVEL_UNSPECIFIED" : No call logging level specified.
- "LOG_ALL_CALLS" : Log all call steps within workflows, all call returns, and all exceptions raised.
- "LOG_ERRORS_ONLY" : Log only exceptions that are raised from call steps within workflows.
- "LOG_NONE" : Explicitly log nothing.
Implementation
core.String? callLogLevel;