aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/bin/start.sh
diff options
context:
space:
mode:
authorDaniel Silverthorn <daniel.silverthorn@amdocs.com>2018-05-25 10:37:42 -0400
committerDaniel Silverthorn <daniel.silverthorn@amdocs.com>2018-05-25 10:40:47 -0400
commit9d48685b916536c5641b2f536e08edba0f9642c3 (patch)
tree01530615d92dff127d9876579cd3e492b6ce77a4 /src/main/bin/start.sh
parent58377c868414816edae11ef24f6b8beee436ac1f (diff)
Remove gizmo logback, use mounted one
Change-Id: I256d2038c554aecc193b96661e080cd3bac82636 Issue-ID: AAI-1180 Signed-off-by: Daniel Silverthorn <daniel.silverthorn@amdocs.com>
Diffstat (limited to 'src/main/bin/start.sh')
-rw-r--r--src/main/bin/start.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/main/bin/start.sh b/src/main/bin/start.sh
index cbd37bc..f456ae6 100644
--- a/src/main/bin/start.sh
+++ b/src/main/bin/start.sh
@@ -1,6 +1,6 @@
#!/bin/bash
-APP_HOME="/opt/app/crud-api/"
+APP_HOME="/opt/app/crud-api"
if [ -z "$CONFIG_HOME" ]; then
echo "CONFIG_HOME must be set in order to start up process"
@@ -19,6 +19,7 @@ fi
PROPS="-DAPP_HOME=$APP_HOME"
PROPS="$PROPS -DCONFIG_HOME=$CONFIG_HOME"
+PROPS="$PROPS -Dlogging.config=$APP_HOME/bundleconfig/etc/logback.xml"
PROPS="$PROPS -DKEY_STORE_PASSWORD=$KEY_STORE_PASSWORD"
JVM_MAX_HEAP=${MAX_HEAP:-1024}