Re: log4j w/apache

2009-07-02 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Chris, On 6/25/2009 8:54 AM, Christopher Piggott wrote: > log4j.logger.org.apache.commons.digester.Digester=WARN, nowhere > log4j.logger.org.apache.commons.digester.Digester.sax=WARN, nowhere Strictly speaking, it doesn't matter what level (e.g. WARN

Re: log4j w/apache

2009-06-25 Thread Christopher Piggott
This is described here: http://www.mail-archive.com/log4j-u...@logging.apache.org/msg10697.html If you truly want them to go nowhere you can do this: log4j.logger.org.apache.commons.digester.Digester=WARN, nowhere log4j.logger.org.apache.commons.digester.Digester.sax=WARN, nowhere log4j.appender

log4j w/apache

2009-06-24 Thread cpanon
Hello Newbie on ussing log4j and now that I have a simplistic log4j configuration file I am seeing ALL of the apache all from org.apache.commons.digester.Digester or org.apache.commons.digester.Digester.sax.  How can I stop that but still keep a simple or reconfigure my log4j.properties?  tia.