Re: Excluding IP from log without custom filter

2007-02-23 Thread Chris Fellows
Users List ; log4j-user@logging.apache.org Sent: Thursday, February 22, 2007 4:05:57 PM Subject: Re: Excluding IP from log without custom filter Log4j does not do access logging. For access logs, you should be looking at the logback project. At 10:02 PM 2/22/2007, Chris Fellows wrote: >Hello, I

Excluding IP from log without custom filter

2007-02-22 Thread Chris Fellows
Hello, I’m looking for a way to exclude a particular IP address from my localhost_access--mm-dd.txt logs in tomcat 5.0. I gather from searching the mail archives, I could write a custom filter, but is there a way to do this through configuration instead? It does look like 1.3 offe