blob: a9d76e6bae501d48476fa5a21513e5034cb02c26 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- conf/cassandra-env.sh.orig 2020-02-10 22:55:14 UTC
+++ conf/cassandra-env.sh
@@ -123,7 +123,7 @@ esac
# 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
|