Views:

Question:
How to enable the Debug Log for the DocuWare Job Server?

Solution:
The LogLevel of the Docuware Job Server can be changed in the web.config file of the DocuWare Job Server. You can find this file in the installation path of the Job Server (default path: "C:\Program Files (x86)\DocuWare\Web\JobServer").
Please adapt the following area of the file:

...
<root>

<level value="WARN" /> <-- change the value to DEBUG
<appender-ref ref="LogFileAppender" />
<appender-ref ref="EventLogAppender" />
</root>
</log4net>
...

The log is written to following path by default: "C:\ProgramData\DocuWare\Logs"