Troubleshooting Guide
Debugging Logs
March 2012 33
log4j.rootLogger=<threshold> …
4. Replace <threshold> with one of the debugging levels listed below.
5. Save the configuration file with the new setting. You must restart the
application to make the new setting take effect.
Option Messages Recorded
DEBUG Debug messages.
INFO Debug and informational messages
WARN Debug, informational, and warning messages.
ERROR Debug, informational, warning, and error messages
FATAL Debug, informational, warning, error, and fatal messages
ALL All messages.
OFF Debugging is turned off.