Vistas:
Question:

How to change the logging level of AUTOINDEX?

Answer:

Since version 6.11 Autoindex Workflows are processed by Background Process Service.
On DocuWare configuration website you can start/stop workflows and see logs of every run of the workflow which have default logging level INFO. The logs which are shown there are stored to 
DocuWare System storage path\Storage\some GUID\Autoindex. There you can only see if a workflow was started, stopped, was successful or not. 
When you need more information on what was done by AUTOINDEX you can enable Debug log level. This will write additional log files. This article explains how to enable this log and where to find the log files.

How to:

In folder %ALLUSERSPROFILE%\DocuWare\LoggingConfig you can find the file AutoIndex.NLog.config which you can open with a text editor.
Just change "Info" in following line to "Debug".
 <logger name="DocuWare.BPS.Processes.AutoIndex.ProcessImplementation" minlevel="Info" writeTo="xmlLogTarget" />
Save the file after the change was done. No restart of any service is necessary.
The Debug Logs can be found in following folder: %ALLUSERSPROFILE%\DocuWare\Logs\AutoIndex.