Re: Can some moderator please remove k...@tsmc.edu.cn

2011-02-24 Thread Christian Grobmeier
He is unsubscribed now (if it worked) On Wed, Feb 23, 2011 at 11:50 AM, Joern Huxhorn wrote: > Thanks! > > - > To unsubscribe, e-mail: log4j-dev-unsubscr...@logging.apache.org > For additional commands, e-mail: log4j-dev-h...@log

Re: i dont want to show one exception is log4j log

2011-02-24 Thread Scott Deboy
You can define an ExpressionFilter to exclude events which have exceptions (using "exception exists") or which have specific text in the exception (using "exception ~= 'exclude text')...ExpressionFilter is part of the log4j 'extras' companion. You'll need to add the extras jar to your classpath to

Re: i dont want to show one exception is log4j log

2011-02-24 Thread Jacob Kjome
Are you talking about using Log4j for Tomcat logging or just for your own application logging?  For integration with Tomcat, that takes a special setup http://tomcat.apache.org/tomcat-7.0-doc/logging.html#Using_Log4j Jake On Thu, 24 Feb 2011 02:29:52 -0800 (PST)  "ssprasad.e" wrote:

Auto-Re: i dont want to show one exception is log4j log

2011-02-24 Thread kyc
邮件已收到,谢谢!

i dont want to show one exception is log4j log

2011-02-24 Thread ssprasad.e
i am using log4j in my project .because of few exceptions printing into log4j log file it is taking much time so i want to avoid to append one major exception in log4j log. can u people help me. this is my log4j config file , i am using tomcat server http://jakarta.apache.org/log4j/";>