You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by ee...@apache.org on 2009/08/24 20:40:21 UTC

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

Author: eevans
Date: Mon Aug 24 18:40:20 2009
New Revision: 807334

URL: http://svn.apache.org/viewvc?rev=807334&view=rev
Log:
updated log file location

Patch by eevans; reviewed by jbellis for CASSANDRA-391

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=807334&r1=807333&r2=807334&view=diff
==============================================================================
--- incubator/cassandra/trunk/conf/log4j.properties (original)
+++ incubator/cassandra/trunk/conf/log4j.properties Mon Aug 24 18:40:20 2009
@@ -30,7 +30,7 @@
 log4j.appender.R.layout=org.apache.log4j.PatternLayout
 log4j.appender.R.layout.ConversionPattern=%5p [%t] %d{ISO8601} %F (line %L) %m%n
 # Edit the next line to point to your logs directory
-log4j.appender.R.File=/var/cassandra/logs/system.log
+log4j.appender.R.File=/var/log/cassandra/system.log
 
 # Application logging options
 #log4j.logger.com.facebook=DEBUG