ports/databases/cassandra3/files/patch-conf_cassandra-env.sh
Tobias C. Berner a672ebc7ee databases/cassandra3: Update to 3.11.6
PR:		244501
Submitted by:	Angelo Polo <language.devel@gmail.com>  (maintainer)
2020-03-08 18:37:28 +00:00

11 lines
382 B
Bash

--- 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