Configuring the Unity Scheduler for Diagnostics - Configuring the Unity Scheduler for Diagnostics - OnBase - Unity Scheduler - OnBase/Unity-Scheduler/Foundation-25.1/Unity-Scheduler/Installation/Troubleshooting/Configuring-the-Unity-Scheduler-for-Diagnostics - Foundation 25.1 - Foundation 25.1

Unity Scheduler

Platform
OnBase
Product
Unity Scheduler
Release
Foundation 25.1
License
Premier
Standard
Essential
ft:lastPublication
2026-05-15T01:04:03.558562
ft:locale
en-US

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.