Re: Root logger appenders in log4j 1.3

2007-02-22 Thread Curt Arnold
On Feb 22, 2007, at 11:15 PM, Jacob Kjome wrote: That's an interesting quote. I have to admit that I haven't read the Log4j manual and that's new to me. In Log4j, reconfigurations are genrally not destructive. They are cumulative. It sounds like the manual is claiming that the ROOT l

Re: Root logger appenders in log4j 1.3

2007-02-22 Thread Jacob Kjome
That's an interesting quote. I have to admit that I haven't read the Log4j manual and that's new to me. In Log4j, reconfigurations are genrally not destructive. They are cumulative. It sounds like the manual is claiming that the ROOT logger is an exception to the rule. Have you tried thi

Re: Excluding IP from log without custom filter

2007-02-22 Thread Ceki Gülcü
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’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

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