Class CallLogLevel (1.14.5)

CallLogLevel(value)

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

Enums

Name Description
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.