On Tue, 12 Feb 2002, Adrian Brock wrote: > I assume you have an appender somewhere other than the root > category. But root and that category are logging to the same > place. > > Try the following in log4j.properties: > log4j.additivity.MyCategory=false > This stops MyCategory also being logged through the root category. > > To turn off logging for JBossMQ use the following: > log4j.org.jboss.mq=OFF > > or better (to get warnings and errors) > log4j.org.jboss.mq=WARN
You assume correctly on both counts. These work perfectly, thanks! Michael _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
