blob: 729beb6c99c683311875d136640ddb0cca5dba9a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- conf/cassandra-env.sh.orig 2020-01-30 17:34:31 UTC
+++ conf/cassandra-env.sh
@@ -88,7 +88,7 @@ calculate_heap_sizes()
# Sets the path where logback and GC logs are written.
if [ "x$CASSANDRA_LOG_DIR" = "x" ] ; then
- CASSANDRA_LOG_DIR="$CASSANDRA_HOME/logs"
+ CASSANDRA_LOG_DIR="/var/log/cassandra"
fi
#GC log path has to be defined here because it needs to access CASSANDRA_HOME
|