Update ML and Babel logback.xml config
Change the log directory to /var/log/onap and amend Babel
deployment.yaml to match with the Model Loader configuration.
Issue-ID: AAI-1110
Change-Id: Ieeaab28102810f5e665436ce01e9af9ca69a7ab6
Signed-off-by: mark.j.leonard <mark.j.leonard@gmail.com>
diff --git a/charts/aai-babel/resources/config/logback.xml b/charts/aai-babel/resources/config/logback.xml
index 63b8faf..f406dc8 100644
--- a/charts/aai-babel/resources/config/logback.xml
+++ b/charts/aai-babel/resources/config/logback.xml
@@ -4,7 +4,7 @@
<include resource="org/springframework/boot/logging/logback/base.xml" />
<property name="componentName" value="AAI-BAS" />
- <property name="logDirectory" value="${APP_HOME}/logs/${componentName}" />
+ <property name="logDirectory" value="/var/log/onap/${componentName}" />
<!-- default EELF log file names -->
<property name="generalLogName" value="error" />