Views:

Question:
How can I activate the debug logging for certain server modules?

Solution:
In the DocuWare Administration you have the option of determining the maximum number of logging files to be created by debug logging for the server modules
(DocuWare Administration > Local menu > System Debug Logging).
For the individual server modules, each of these logging files can be 50 MB by default. Once the file has reached its size limit, a new file is created or the oldest file is overwritten.

Changing the size of the logging file(s):
You also have the option of adjusting the maximum size of the logging files for the individual server modules.
To do this, open the DW<.Servername>.exe.config.SeveralFile file, which in a default installation is located in C:\Program Files (x86)\DocuWare\<Servername>.
(Example of Authentication Server: C:\Program Files (x86)\DocuWare\Authentication Server > DWAuthenticationServer.exe.config.SeveralFile)
Each file includes the entry:
maxFileSize="51200"
This value in kilobytes specifies the maximum file size (here 51,200 kilobytes corresponds to 50 MB). You can change this value if required.