How to Put Publisher Logging Into Debug Mode

  • 7019268
  • 04-Sep-2014
  • 07-Aug-2017

Environment


Retain Publisher 3.x

Situation


I am trying to troubleshooting issues when I attempt to publish archived messages from Retain.  Is there a way to change the logging level of Publisher to "debug"?

Resolution


Yes - here are the steps:
1.  Open up C:\Program Files\GWAVA\Retain Publisher\Publisher.settings.xml into WordPad.

2.   Look for the line that reads, <LogLevel>INFO,WARN,ERROR,FATAL</LogLevel>.

3.  Add "DEBUG" after "FATAL".  It should look like this:
<LogLevel>INFO,WARN,ERROR,FATAL,DEBUG</LogLevel>
4.  Save your changes.

Additional Information

This article was originally published in the GWAVA knowledgebase as article ID 2352.