1--- conf/cassandra-env.sh.orig 2020-02-10 22:55:14 UTC 2+++ conf/cassandra-env.sh 3@@ -123,7 +123,7 @@ esac 4 5 # Sets the path where logback and GC logs are written. 6 if [ "x$CASSANDRA_LOG_DIR" = "x" ] ; then 7- CASSANDRA_LOG_DIR="$CASSANDRA_HOME/logs" 8+ CASSANDRA_LOG_DIR="/var/log/cassandra" 9 fi 10 11 #GC log path has to be defined here because it needs to access CASSANDRA_HOME 12 13