commit | f2583fbde51061a91d61ccba62f032124e625a50 | [log] [tgz] |
---|---|---|
author | Yuta HIGUCHI <y-higuchi@onlab.us> | Wed Jan 15 20:20:12 2014 -0800 |
committer | Yuta HIGUCHI <y-higuchi@onlab.us> | Wed Jan 15 20:20:12 2014 -0800 |
tree | e6dfa490142d3e2ea4544f4fccde0dbbe0ac5271 | |
parent | 865362bd3478549952d7af8d5d03feec4602f52b [diff] |
Fix cassandra log output dir.
diff --git a/start-cassandra.sh b/start-cassandra.sh index 426fa60..3e9a8d2 100755 --- a/start-cassandra.sh +++ b/start-cassandra.sh
@@ -3,7 +3,7 @@ # Set paths ONOS_HOME=`dirname $0` CASSANDRA_DIR=${HOME}/apache-cassandra-1.2.4 -LOGDIR=${ONOS_HOME}/ONOS/onos-logs +LOGDIR=${ONOS_HOME}/onos-logs CASSANDRA_LOG=${LOGDIR}/cassandara.`hostname`.log function lotate {