This information applies to DOVICO Timesheet version 8, 9 , 10
The information is provided to assist in troubleshooting problems with the Job Scheduler utility.
How to turn on Verbose logging for the Job Scheduler
- On the server where DOVICO Timesheet is installed, locate the file JobScheduler.exe.config located by default C:\Program Files\DOVICO Software\DOVICO Timesheet.
- Open the file in notepad and modify the logging level from 3 to 4 then save the file. (see the example below)
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<appSettings>
<!-- 1 for no info, 2 for errors only, 3 for errors/warnings, 4 for all information. Note some messages
will be logged regardless of level if they are of upmost importance -->
<add key="LoggingLevel" value="3"></add> (change this value to 4)
<!-- Controls which port the Job Scheduler listens on for change notifications from DOVICO Timesheet -->
<add key="JobSchedulerPort" value="7001"></add>
<!-- this setting should not be changed -->
<add key="DatabaseConfigPath" value="default"/>
</appSettings>
<startup>
<supportedRuntime version="v2.0.50727"/>
</startup>
</configuration>
The verbose log information can be found in the Event Viewer.