]> git.pld-linux.org Git - packages/cassandra-bin.git/blob - cassandra-bin-pld-env.patch
- up to 4.1.3
[packages/cassandra-bin.git] / cassandra-bin-pld-env.patch
1 --- apache-cassandra-4.1.3/conf/cassandra-env.sh.orig   2023-09-19 16:24:07.002998112 +0200
2 +++ apache-cassandra-4.1.3/conf/cassandra-env.sh        2023-09-19 16:24:38.427311610 +0200
3 @@ -88,7 +88,7 @@
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
This page took 0.093863 seconds and 4 git commands to generate.