J
joes
Hello
I am using log4j (v1.2.8) in a tomcat 5 servlet environment.
The log4j output often contains a lot of internal logs about the adding
and removal of loggers, i.e.:
log4j:INFO Returning existing logger [class xy...] in repository
[default].
log4j:INFO Returning existing logger [class xz..] in repository
[default].
log4j:INFO Creating new logger [class xv ...] in repository [default].
How can I suppress that? I tried already with the debug switch of the
configuration, but this didn't help. The "debug" or "configDebug" seems
to getting ignored. Any thoughts?
<configuration xmlns="http://logging.apache.org/" configDebug="false"
debug="false">
....
</configuration>
thanks
Mark Egloff
I am using log4j (v1.2.8) in a tomcat 5 servlet environment.
The log4j output often contains a lot of internal logs about the adding
and removal of loggers, i.e.:
log4j:INFO Returning existing logger [class xy...] in repository
[default].
log4j:INFO Returning existing logger [class xz..] in repository
[default].
log4j:INFO Creating new logger [class xv ...] in repository [default].
How can I suppress that? I tried already with the debug switch of the
configuration, but this didn't help. The "debug" or "configDebug" seems
to getting ignored. Any thoughts?
<configuration xmlns="http://logging.apache.org/" configDebug="false"
debug="false">
....
</configuration>
thanks
Mark Egloff