1
This commit is contained in:
parent
3090b678a4
commit
c68e6de073
@ -4,4 +4,4 @@ source ./common.sh
|
||||
|
||||
mkdir -p logs
|
||||
|
||||
java -jar ${JAVA_OPTS} --spring.config.name=application.properties.$1 -Dinstance_id="$1" -Dlog4j2.contextSelector=org.apache.logging.log4j.core.async.AsyncLoggerContextSelector -Dlog4j.configurationFile=${LOG4J2_FILE} ${JAR_NAME} >> logs/app_$1.out 2>&1 &
|
||||
java -jar ${JAVA_OPTS} -Dinstance_id="$1" -Dlog4j2.contextSelector=org.apache.logging.log4j.core.async.AsyncLoggerContextSelector -Dlog4j.configurationFile=${LOG4J2_FILE} ${JAR_NAME} >> logs/app_$1.out 2>&1 &
|
||||
|
Loading…
x
Reference in New Issue
Block a user