You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flume.apache.org by es...@apache.org on 2011/10/07 23:39:29 UTC

svn commit: r1180253 - /incubator/flume/branches/flume-728/conf/log4j.properties

Author: esammer
Date: Fri Oct  7 21:39:28 2011
New Revision: 1180253

URL: http://svn.apache.org/viewvc?rev=1180253&view=rev
Log:
- Squelch Avro Netty log messages.

Modified:
    incubator/flume/branches/flume-728/conf/log4j.properties

Modified: incubator/flume/branches/flume-728/conf/log4j.properties
URL: http://svn.apache.org/viewvc/incubator/flume/branches/flume-728/conf/log4j.properties?rev=1180253&r1=1180252&r2=1180253&view=diff
==============================================================================
--- incubator/flume/branches/flume-728/conf/log4j.properties (original)
+++ incubator/flume/branches/flume-728/conf/log4j.properties Fri Oct  7 21:39:28 2011
@@ -23,6 +23,7 @@ flume.log.file=flume.log
 log4j.logger.org.apache.flume.lifecycle = INFO
 log4j.logger.org.jboss = WARN
 log4j.logger.org.mortbay = INFO
+log4j.logger.org.apache.avro.ipc.NettyTransceiver = WARN
 
 # Define the root logger to the system property "flume.root.logger".
 log4j.rootLogger=${flume.root.logger}