From: da490c Date: Wed, 4 Apr 2018 21:12:21 +0000 (-0400) Subject: Add support for sparky logback xml config X-Git-Tag: v1.2.0~11 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=959cdac3aa172a62a7674a3995d61753a4eb842b;p=aai%2Fsparky-be.git Add support for sparky logback xml config Issue-ID: AAI-988 Change-Id: I22b46b559534cb749b5ba402c229e55fbcb2518b Signed-off-by: da490c --- diff --git a/sparkybe-onap-application/src/main/scripts/start.sh b/sparkybe-onap-application/src/main/scripts/start.sh index e1a1e57..a8eba46 100644 --- a/sparkybe-onap-application/src/main/scripts/start.sh +++ b/sparkybe-onap-application/src/main/scripts/start.sh @@ -3,7 +3,7 @@ APP_HOME="/opt/app/sparky" CONFIG_HOME=${APP_HOME}/appconfig -PROPS="-DAPP_HOME=${APP_HOME} -DCONFIG_HOME=${CONFIG_HOME}" +PROPS="-DAPP_HOME=${APP_HOME} -DCONFIG_HOME=${CONFIG_HOME} -Dlogging.config=${CONFIG_HOME}/logging/logback.xml" set -x jar ufv ${APP_HOME}/lib/sparkybe-onap-application*.jar -C ${CONFIG_HOME}/portal/ BOOT-INF/classes/portal.properties