You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@chukwa.apache.org by ey...@apache.org on 2009/06/23 03:50:48 UTC

svn commit: r787514 - /hadoop/chukwa/trunk/conf/log4j.properties

Author: eyang
Date: Tue Jun 23 01:50:48 2009
New Revision: 787514

URL: http://svn.apache.org/viewvc?rev=787514&view=rev
Log:
CHUKWA-308. Added capability to start hicc without tomcat. (Eric Yang)

Modified:
    hadoop/chukwa/trunk/conf/log4j.properties

Modified: hadoop/chukwa/trunk/conf/log4j.properties
URL: http://svn.apache.org/viewvc/hadoop/chukwa/trunk/conf/log4j.properties?rev=787514&r1=787513&r2=787514&view=diff
==============================================================================
--- hadoop/chukwa/trunk/conf/log4j.properties (original)
+++ hadoop/chukwa/trunk/conf/log4j.properties Tue Jun 23 01:50:48 2009
@@ -7,6 +7,7 @@
 log4j.appender.R.layout.ConversionPattern=%d{ISO8601} %p %t %c{1} - %m%n
 
 log4j.appender.stdout=org.apache.log4j.ConsoleAppender
+log4j.appender.stdout.follow=true
 log4j.appender.stdout.layout=org.apache.log4j.PatternLayout
 log4j.appender.stdout.layout.ConversionPattern=%d{ISO8601} %p %t %c{1} - %m%n