Workflow Executions v1 API - Enum Execution.Types.CallLogLevel (2.5.0)

public enum Execution.Types.CallLogLevel

Reference documentation and code samples for the Workflow Executions v1 API enum Execution.Types.CallLogLevel.

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

Namespace

Google.Cloud.Workflows.Executions.V1

Assembly

Google.Cloud.Workflows.Executions.V1.dll

Fields

NameDescription
LogAllCalls

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

LogErrorsOnly

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

LogNone

Explicitly log nothing.

Unspecified

No call logging level specified.