On 31/01/2008, at 2:37 PM, QWERTY? wrote:
Hi,We're currently using Hibernate and ActiveMQ, but i want to suppress all theactiveMQ messages comming through log4jis there an easy way to do this? I can only get it down to debug messages sofar using log4j.logger.org.apache.activemq=debug
You're going the wrong way, this is configuring log4j to display _more_ logging than you want. If you want all activemq logs disabled try:
log4j.logger.org.apache.activemq=off