From: Marie Jung
It guess in a property configuration file it's something like :
org.apache.log4j.FileAppender.filter = org.apache.log4j.varia.PriorityMatchFilter
org.apache.log4j.FileAppender.filter.PriorityToMatch = ERROR
But I never tried,
Marie
"Leandro dos Santos Rosa" <[EMAIL PROTE
From: Marie Jung
Try something like that:
Marie
"Ylan Segal" <[EMAIL PROTECTED]> on 06/04/2002 01:15:31
Please respond to "Log4J Users List" <[EMAIL PROTECTED]>
To: "Log4J
D]>
To: "'Log4J Users List'" <[EMAIL PROTECTED]>
cc:
Subject: RE: issue with xml configuration
Hi Marie,
Is $CATALINA_HOME/common/lib in your classpath ?
Probably is webApp/WEB-INF/lib in the classpath that's why it works.
Charlie
-----Message d'
From: Marie Jung
Hello,
I have an issue with the initialization of log4j with a xml file. log4j is
not seeing the custom appender I have made.
I have try to put the log4j.jar in
$CATALINA_HOME/common/lib
and in $CATALINA_HOME/lib
with MyPackage.MyAppender in
webApp/WEB-INF/classes/MyPac