You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by de...@apache.org on 2013/02/06 10:53:07 UTC

svn commit: r1442879 - /activemq/trunk/assembly/src/release/conf/log4j.properties

Author: dejanb
Date: Wed Feb  6 09:53:07 2013
New Revision: 1442879

URL: http://svn.apache.org/viewvc?rev=1442879&view=rev
Log:
mute jetty log

Modified:
    activemq/trunk/assembly/src/release/conf/log4j.properties

Modified: activemq/trunk/assembly/src/release/conf/log4j.properties
URL: http://svn.apache.org/viewvc/activemq/trunk/assembly/src/release/conf/log4j.properties?rev=1442879&r1=1442878&r2=1442879&view=diff
==============================================================================
--- activemq/trunk/assembly/src/release/conf/log4j.properties (original)
+++ activemq/trunk/assembly/src/release/conf/log4j.properties Wed Feb  6 09:53:07 2013
@@ -25,6 +25,7 @@ log4j.logger.org.apache.activemq.web.han
 log4j.logger.org.springframework=WARN
 log4j.logger.org.apache.xbean=WARN
 log4j.logger.org.apache.camel=INFO
+log4j.logger.org.eclipse.jetty=WARN
 
 # When debugging or reporting problems to the ActiveMQ team,
 # comment out the above lines and uncomment the next.