2022.2

Table Of Contents
Changing the plugin preferences also affects the logs displayed in the PlanetPress Workflow Service
Console.
Note: Each individual process has the option to produce 'minimal logs' (see "Process properties"
on page724). This means the process will only log its Start time and the End time (along with the
Time Spent), if no error was encountered during execution of the process.
l
Log level group
l
Startup and shutdown: Select to only track when the PlanetPress Workflow service is
started and stopped.
l
Task failure: Select to only track when tasks in the processes running in a PlanetPress
Workflow configuration fail.
l
Task success and failure with details: Select to track when the tasks in processes run-
ning in PlanetPress Workflow succeed and fail, with details. Details can include why tasks
fail and how successful tasks are executed.
l
All events with details: Select to log everything that happens in PlanetPress Workflow.
This includes when it starts and stops, the success and failure of tasks, and details on the
success and failure of tasks.
l
Add time stamp to all processes events: Adds a time stamp to each log entry for a process
event.
l
Delete log files after: Select how many days log files are kept before being deleted.
l
Maximum numbers of replicated processes: Set the maximum number of times a process
may be replicated.
Note: The index number of a task is logged immediately after the time stamp, between square
brackets. For example:
INFO : 00:00:21.534 [0015] Plugin Create File completed successfully - 12:00:21 AM (elapsed
time: 00:00:00:001)
The index number corresponds to the row number of the task in the Process Area (see "The Pro-
cess area" on page739).
Tip: The proper RegEx to parse a log entry should be:
^([A-Z]{4}[A-Z\s]):\s(\d\d:\d\d:\d\d\.\d{3})\s\[(\d{4})\]\s(.+)
Page 657