Enum Execution.Types.CallLogLevel (2.0.0)

public enum 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.

Unspecified

No call logging specified.