Process logging
The following logging categories can be useful:
Category |
Use for |
|---|---|
|
A category for general logging from the work queue. |
|
Capturing of runner state for a specific execution of the runner. |
|
Logging (by workers) of each work item executed at the “info” level. |
|
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