ccm-run now uses the log4j.properties in conf

git-svn-id: https://svn.libreccm.org/ccm/trunk@4664 8810af33-2d31-482b-a856-94f89814c4df
master
jensp 2017-04-10 07:59:33 +00:00
parent c3cbf3a90e
commit 4f1021e4c5
1 changed files with 1 additions and 1 deletions

View File

@ -117,4 +117,4 @@ fi
#echo "DEBUG: ClassPath=$CCM_CLASSPATH"
#echo "DEBUG: CCM_HOME_DIR=$CCM_HOME_DIR"
echo "executing ccm-run"
java $debug -cp $CCM_CLASSPATH -Dccm.home=${CCM_HOME_DIR} "$@"
java $debug -cp $CCM_CLASSPATH -Dccm.home=${CCM_HOME_DIR} -D-Dlog4j.configuration=../conf/log4j.properties "$@"