diff options
author | 2019-06-07 15:53:08 +0200 | |
---|---|---|
committer | 2019-06-07 15:53:08 +0200 | |
commit | 2625de9e904e1389a9d99e5cd90f9f462d0fec72 (patch) | |
tree | e1340e7090cc7a898bbc0af7afa9090bdc43b900 /deliveries/src/main/scripts/localize_war.sh | |
parent | dd3ba9800ec14898f50858ecd67db0f9245ffc01 (diff) |
Send logs to logstash
Removing logback from vid container as it is not used at all
Setting eelf variable to read configuration from /tmp/logback.xml -place which is mounted in oom
/tmp/logback.xml has logpath set to /var/log/onap/
Change-Id: I8045e1d63f8f2b7574684f0758475555463fe8b1
Issue-ID: VID-485
Signed-off-by: Wojciech Sliwka <wojciech.sliwka@nokia.com>
Diffstat (limited to 'deliveries/src/main/scripts/localize_war.sh')
-rwxr-xr-x | deliveries/src/main/scripts/localize_war.sh | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/deliveries/src/main/scripts/localize_war.sh b/deliveries/src/main/scripts/localize_war.sh index 53a928e84..29cdc5137 100755 --- a/deliveries/src/main/scripts/localize_war.sh +++ b/deliveries/src/main/scripts/localize_war.sh @@ -1,10 +1,5 @@ #!/bin/bash -source /tmp/vid/localize_logback.sh || { - echo "ERROR: Localizing logback.xml failed" - exit 1 -} - source /tmp/vid/localize_portal.sh $1 || { echo "ERROR: Localizing portal.properties failed" exit 1 |