From 0712c66f5bbf7cd96524bf8b961cca057045bdae Mon Sep 17 00:00:00 2001 From: Brandon Williams Date: Thu, 25 Oct 2012 11:10:51 -0500 Subject: [PATCH] Add log4j reloading to debian init. Patch by brandonwilliams reviewed by Rick Branson for CASSANDRA-4855 --- debian/init | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/init b/debian/init index 50fb6fe434..e144dd1fbe 100644 --- a/debian/init +++ b/debian/init @@ -141,6 +141,7 @@ do_start() -outfile /var/log/$NAME/output.log \ -cp `classpath` \ -Dlog4j.configuration=log4j-server.properties \ + -Dlog4j.defaultInitOverride=true \ -XX:HeapDumpPath="$cassandra_home/java_`date +%s`.hprof" \ -XX:ErrorFile="$cassandra_home/hs_err_`date +%s`.log" \ $JVM_OPTS \