From 959cdac3aa172a62a7674a3995d61753a4eb842b Mon Sep 17 00:00:00 2001 From: da490c Date: Wed, 4 Apr 2018 17:12:21 -0400 Subject: Add support for sparky logback xml config Issue-ID: AAI-988 Change-Id: I22b46b559534cb749b5ba402c229e55fbcb2518b Signed-off-by: da490c --- sparkybe-onap-application/src/main/scripts/start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sparkybe-onap-application/src') 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 -- cgit 1.2.3-korg