You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by jb...@apache.org on 2010/01/20 22:49:58 UTC

svn commit: r901391 - /incubator/cassandra/trunk/conf/log4j.properties

Author: jbellis
Date: Wed Jan 20 21:49:58 2010
New Revision: 901391

URL: http://svn.apache.org/viewvc?rev=901391&view=rev
Log:
include time on default stdout log4j output.  patch by jbellis

Modified:
    incubator/cassandra/trunk/conf/log4j.properties

Modified: incubator/cassandra/trunk/conf/log4j.properties
URL: http://svn.apache.org/viewvc/incubator/cassandra/trunk/conf/log4j.properties?rev=901391&r1=901390&r2=901391&view=diff
==============================================================================
--- incubator/cassandra/trunk/conf/log4j.properties (original)
+++ incubator/cassandra/trunk/conf/log4j.properties Wed Jan 20 21:49:58 2010
@@ -22,7 +22,8 @@
 
 # stdout
 log4j.appender.stdout=org.apache.log4j.ConsoleAppender
-log4j.appender.stdout.layout=org.apache.log4j.SimpleLayout
+log4j.appender.stdout.layout=org.apache.log4j.PatternLayout
+log4j.appender.stdout.layout.ConversionPattern=%5p %d{HH:mm:ss,SSS} %m%n
 
 # rolling log file
 log4j.appender.R=org.apache.log4j.RollingFileAppender