Add property in startup script to take in care logging.properties

master
David BRASSELY 2013-06-26 13:02:05 +02:00
parent 13b51b7fea
commit c29b1c4281
1 changed files with 3 additions and 2 deletions

View File

@ -76,6 +76,7 @@ echo ""
# Execute the JVM in the foreground # Execute the JVM in the foreground
"$JAVA" $JAVA_OPTS \ "$JAVA" $JAVA_OPTS \
-Djava.util.logging.config.file=$OPENESB_HOME/config/logger.properties \
-jar "$OPENESB_BOOT_CLASSPATH" \ -jar "$OPENESB_BOOT_CLASSPATH" \
"$@" "$@"
OPENESB_STATUS=$? OPENESB_STATUS=$?