summaryrefslogtreecommitdiffstats
path: root/kubernetes/aai/charts/aai-modelloader/resources
diff options
context:
space:
mode:
authormark.j.leonard <mark.j.leonard@gmail.com>2018-05-04 17:09:48 +0100
committermark.j.leonard <mark.j.leonard@gmail.com>2018-05-08 11:56:58 +0100
commit4bcabf5fd1120f9d4cba26b0f8bf1a85c1c958d3 (patch)
tree509ff48b89ad4e25344f9788983b8496b8debe9d /kubernetes/aai/charts/aai-modelloader/resources
parent160abb3011e5ab4622546e647462b25495bd0c41 (diff)
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>
Diffstat (limited to 'kubernetes/aai/charts/aai-modelloader/resources')
-rw-r--r--kubernetes/aai/charts/aai-modelloader/resources/config/log/logback.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/aai/charts/aai-modelloader/resources/config/log/logback.xml b/kubernetes/aai/charts/aai-modelloader/resources/config/log/logback.xml
index fcfac840b1..6c2fcdc0d2 100644
--- a/kubernetes/aai/charts/aai-modelloader/resources/config/log/logback.xml
+++ b/kubernetes/aai/charts/aai-modelloader/resources/config/log/logback.xml
@@ -1,6 +1,6 @@
<configuration scan="true" scanPeriod="3 seconds" debug="false">
<include resource="org/springframework/boot/logging/logback/base.xml" />
- <property name="logDir" value="${AJSC_HOME}/logs" />
+ <property name="logDir" value="/var/log/onap" />
<property name="componentName" value="AAI-ML"></property>
<!-- default eelf log file names -->