Skip to content

EXTENSION

WorkflowLogging

Properties

enabled

Global setting to enable or disable logging. Note, this is independent of the specified config value, and simply governs whether the runtime should emit any logs.

To enable logging, at a minimum you must set: WorkflowLogging.enabled = true

If you wish for more control over what the runtime will log, you may additionally specify a custom value for WorkflowLogging.config.

config

Configuration options used to determine which activities are logged.