RE: Too verbose log

2010-07-14 Thread Caldarale, Charles R
From: Luca Gervasi [mailto:tom...@ashetic.net] Subject: Too verbose log I'm using tomcat 6.0.26 and java 1.5, to cluster some tomcats. I'm getting my log filled by lines like: INFO: ThroughputInterceptor Report[ Is there a way to turn it off? Set the interval attribute for the

RE: Too verbose log

2010-07-14 Thread Martin Gainty
tuning off all entries for a log is not a good idea better off to change any LEVEL assignments from DEBUG or whatever to FATAL http://logging.apache.org/log4j/1.2/apidocs/org/apache/log4j/Level.html commons logging change any LEVEL assigments from DEBUG or whatever to LOG_LEVEL_FATAL