Re: tomcat catalina.out getting bombed with debug messages on maven-proxy deploy

2006-02-25 Thread Brad O'Hearne
Unless I'm missing something somewhere else, catalina.sh specifies that logging.properties is the java.util.logging configuration file used. I suppose changing the jre properties file is an option, though if that works it leaves a big questions as to why this is the case. Is anyone else hav

Re: tomcat catalina.out getting bombed with debug messages on maven-proxy deploy

2006-02-24 Thread Glen Mazza
Brad O'Hearne wrote: This is a real incredible nuisance. It appears that Tomcat is using java.util.logging, so I altered all the log levels in conf/logging.properties to WARNING, and I'm still getting DEBUG messages Since you're using java.util.logging, have you tried the logging.properties

Re: tomcat catalina.out getting bombed with debug messages on maven-proxy deploy

2006-02-24 Thread Brad O'Hearne
This is a real incredible nuisance. It appears that Tomcat is using java.util.logging, so I altered all the log levels in conf/logging.properties to WARNING, and I'm still getting DEBUG messages like crazy. hundreds, maybe thousands of them, I believe coming from some XML parsing code. Does any

Re: tomcat catalina.out getting bombed with debug messages on maven-proxy deploy

2006-02-24 Thread Brad O'Hearne
Here is my log4j.properties file: log4j.rootLogger=INFO, R log4j.appender.R=org.apache.log4j.RollingFileAppender log4j.appender.R.File=${catalina.home}/logs/tomcat.log log4j.appender.R.MaxFileSize=10MB log4j.appender.R.MaxBackupIndex=10 log4j.appender.R.layout=org.apache.log4j.PatternLayout log4j

RE: tomcat catalina.out getting bombed with debug messages on maven-proxy deploy

2006-02-24 Thread Rob Gregory
Please post your log4j.properties file - it sounds like your root logger is too general. Rob -Original Message- From: Brad O'Hearne [mailto:[EMAIL PROTECTED] Sent: 24 February 2006 19:35 To: Tomcat Users List Subject: tomcat catalina.out getting bombed with debug messages on maven-proxy