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
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
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, Im 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
Hello,
Im 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