diff options
author | Ofir Sonsino <ofir.sonsino@intl.att.com> | 2018-11-06 09:35:45 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-11-06 09:35:45 +0000 |
commit | 1ff7d1ac31d35819cea29671f5146cefcbe2cdf1 (patch) | |
tree | 49a9d9a1397feba7ae3e7eab89379cd295058439 /deliveries/src/main/scripts/localize_logback.sh | |
parent | 9daaecd1a2450fe2bae247ae320b4e7c6d7ceee5 (diff) | |
parent | 72eaec3eaa5c6496c40842b45b81fcb04a8ec50a (diff) |
Merge "Move logback config from WAR"
Diffstat (limited to 'deliveries/src/main/scripts/localize_logback.sh')
-rwxr-xr-x | deliveries/src/main/scripts/localize_logback.sh | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/deliveries/src/main/scripts/localize_logback.sh b/deliveries/src/main/scripts/localize_logback.sh index a0f177337..90ce883cc 100755 --- a/deliveries/src/main/scripts/localize_logback.sh +++ b/deliveries/src/main/scripts/localize_logback.sh @@ -1,7 +1,8 @@ #!/bin/bash -FINAL_CONFIG_FILE=$1/classes/logback.xml -TEMPLATE_CONFIG_FILE=$1/classes/logback_template.xml +BASE_DIR=/etc/onap/vid/conf.d +FINAL_CONFIG_FILE=${BASE_DIR}/logback.xml +TEMPLATE_CONFIG_FILE=${BASE_DIR}/logback_template.xml echo "Localizing the VID logback configuration" |