Vues :

Question:

How can I enable the debug logging for Connect to Mail in DocuWare 6.10?


Answer:

Open following file:
"C:\ProgramData\DocuWare\LoggingConfig\C2Mail.NLog.config"

In the last section you will find the following line:
<logger name="*" minlevel="Info" writeTo="xmlLogTarget" />

This value must be set to "Debug".
If everything has been adjusted correctly, the line should look like this:
<logger name="*" minlevel="Debug" writeTo="xmlLogTarget" />

Now you have to restart the Background Process Service and the debug log is activated.