Add log4j reloading to debian init.

Patch by brandonwilliams reviewed by Rick Branson for CASSANDRA-4855
This commit is contained in:
Brandon Williams 2012-10-25 11:10:51 -05:00
parent 77573c5997
commit 0712c66f5b
1 changed files with 1 additions and 0 deletions

1
debian/init vendored
View File

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