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.
5 is the default setting.