Configuring the Unity Scheduler for Diagnostics - Unity Scheduler - Foundation 24.1 - Foundation 24.1 - Ready - OnBase - Premier - external - Standard - Essential - Premier - Standard - Essential

Unity Scheduler

Platform
OnBase
Product
Unity Scheduler
Release
Foundation 24.1
License
Premier
Standard
Essential

If you want the Unity Schedule to log diagnostic messages to the Workflow Trace tab of the Diagnostics Console, the Hyland.Core.Scheduler.NTService.exe.config file must be modified. Within the <appSettings> node, the following line needs to be uncommented:

<add key="workflowDefaultTraceLevelSession" value="5"/>

You can set the level of messaging you want the Workflow Trace tab to log. Set the value of the value element to one of the following values:

  • 1- Logs only error messages.

  • 2- Logs both warning and error messages.

  • 3- Logs warning, error, and informational messages.

  • 4- Logs warning, error, informational, and trace messages.

  • 5- Logs all messages.

Note:

5 is the default setting.