Views:

Question:
How do you enable Debug logging for Workflow Designer in DocuWare Cloud?

Answer:
To enable Debug logging for Workflow Designer, we will need to access the .config file for Workflow Designer. Please refer to the following guide on how to enable debug logging for DocuWare Workflow Designer; 

1. Navigate to "C:\Program Files (x86)\DocuWare\Workflow Designer" and locate the file name "DocuWare.Bpw.Designer.exe.config."


2. Navigate through the file until you locate the following lines;

      <!-- Fatal, Error, Warn, Info, Debug, Trace -->
      <logger name="*" minlevel="Warn" writeTo="xmlLogTarget" />
      <logger name="*" level="Error" writeTo="eventLogTarget" />


3. Change the "Error" value to "Debug" as highlighted below.

      <!-- Fatal, Error, Warn, Info, Debug, Trace -->
      <logger name="*" minlevel="Warn" writeTo="xmlLogTarget" />
      <logger name="*" level="
Debug" writeTo="eventLogTarget" />


4. Once this is completed,  save this file to apply the changes in the log level. 

Use the Workflow Designer to create the debug log. The debug log should now be found in this location C:\ProgramData\DocuWare\Logs\Bpw.
After creating the debug logs, it is necessary to adjust the DocuWare.Bpw.Designer.exe.config file back to "Error," save and close it.

KBA is applicable for Cloud Organizations ONLY.