callLogLevel property

String? callLogLevel
getter/setter pair

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

If both the workflow and the execution specify a logging level, the execution level takes precedence.

Optional. 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;