Troubleshooting Guide
Logs and Debugging
September 2009 17
and replace <threshold> with OFF.
4. Save the configuration file.
The change takes effect according to the splk4j.watch.check setting (by
default, within 90 seconds). You do not have to restart the application or
service.
To disable debugging in log4j files:
1. In a text editor, open the desired configuration file.
2. Locate the line that starts with:
log4j.rootLogger=<threshold> …
and replace <threshold> with INFO.
3. Locate the line that starts with:
log4j.appender.DBG.Threshold=<threshold>…
and replace <threshold> with DEBUG.
4. Save the configuration file.
5. Restart the application or service for the new setting to go into effect.