Views:
Question:
How do you enable debug logging for Windows Explorer Client? 

Answer:
To change the logging to capture debug-related entries, please do the following, 
  1. Browse to C:\Program Files\DocuWare\Windows Explorer Client, then open the file, Wec.NLog.config.
  2. Search for the term "xmlLogTarget" and scroll through the results until you find the "rules" key.

      <rules>
        <!-- name: allows filtering for namespaces and types as long as the logger is named correctly -->
        <!-- minlevel: Fatal, Error, Warn, Info, Debug, Trace -->

        <logger name="*" minlevel="Error" writeTo="xmlLogTarget" />    
        <logger name="*" level="Fatal" writeTo="eventLogTarget" />
      </rules>



    NOTE: Depending on the situation, we can choose Fatal, Error, Warn, Info, or Trace in addition to the debug level.

     
  3. Change the minlevel from Error to Debug, then save your changes.  Once saved, all debug-level entries will be written to the WEC.log file in %programdata%\DocuWare\Logs

KBA is applicable for both Cloud and On-premise Organizations