Process logging

The following logging categories can be useful:

Category

Use for

WorkQueue

A category for general logging from the work queue.

WorkQueue.Instrumented

Capturing of runner state for a specific execution of the runner.

WorkQueue.Item

Logging (by workers) of each work item executed at the “info” level.

WorkQueue.Runner

Logging runners.

To write every message logged by every workflow, set the logging level of the workflow logger category to DEBUG (in file log4j2.xml). The directive in the log4j2.xml file is:

log4j.category.Server.workflow=DEBUG