Vues :

Behavior:
Nlog.txt file written at D:\Temp and growing rapidly

Solution:
To avoid that this file is written please edit the file %ProgramData%\DocuWare\LoggingConfig\Cleaner.NLog.config and remove the text marked in red:

<?xml version="1.0" encoding="utf-8" ?>
<nlog xmlns="http://www.nlog-project.org/schemas/NLog.xsd"
      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" autoReload="true" throwExceptions="true" internalLogFile="d:\temp\nlog.txt" internalLogLevel="Trace">
...

After saving the changes, please restart the DocuWare Background Process Service.
The file Nlog.txt can be deleted, it is not needed for any DocuWare process.