diff options
author | 2018-05-04 17:09:48 +0100 | |
---|---|---|
committer | 2018-05-08 11:56:58 +0100 | |
commit | 827c851f18a72c06bf9bf91a89b9e68a7507ed23 (patch) | |
tree | 5feca1df93f889e94a2f5a874fcee0374adcd97c /charts/aai-modelloader/resources | |
parent | e17614d0be4a12a10f5b4ef3818945bff1a3aa50 (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 'charts/aai-modelloader/resources')
-rw-r--r-- | charts/aai-modelloader/resources/config/log/logback.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/charts/aai-modelloader/resources/config/log/logback.xml b/charts/aai-modelloader/resources/config/log/logback.xml index fcfac84..6c2fcdc 100644 --- a/charts/aai-modelloader/resources/config/log/logback.xml +++ b/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 --> |