Re: log4j message suppression

2014-04-09 Thread Tom_Z
First step is to configure logging in activemq.xml, see http://activemq.apache.org/logging-interceptor.html: To see only messaging relevant messages we started suppressing messages by classes and packages and using a higher log level: log4j.logger.org.ops4j.pax.swissbox

Re: log4j message suppression

2014-04-08 Thread Hadrian Zbarcea
Try tweaking the log configuration in log4j.properties to filter out unwanted logs. Hadrian On Tuesday 08 April 2014 11:21:30 barry.barn...@wellsfargo.com wrote: > Is there a way to suppress certain messages that we don't want to see in > our activemq logs? >