How to Set the Datastore Logging to Diagnostic Level

  • 7019353
  • 05-Sep-2013
  • 07-Aug-2017

Environment


Retain 3.x
Datastore Logging

Situation


Can the datastore logging be set to diagnostic mode?  If so, how?

Resolution


1.  Edit the log4j.properties file.
Windows:
c:\Program Files\Beginfinite\Retain\RetainServer\WEB-INF\classes\log4j.properties

Linux:
/opt/beginfinite/retain/RetainServer/WEB-INF/classes/log4j.properties
2.  Look for a commented line that reads, "# datastore".

3.  The next line reads, "log4j.logger.com.gwava.datastore=INFO, Y".

4.  Replace "INFO" with "TRACE".

5.  Save the file.

6.  Restart tomcat.

Additional Information

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