I use two appenders: one ConsoleAppender and the other JMSAppender

log4j.rootCategory=DEBUG, A1,A2
log4j.appender.A1=org.apache.log4j.net.JMSAppender
.....
log4j.appender.A2=org.apache.log4j.ConsoleAppender
.....

Right now, as I understand, the priority for both appender is Debug.  How
can I set JMSAppender's priority = Error, and ConsoleAppender's priority =
DEBUG
Is there a way?

Thanks.

Qin


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to