diff options
author | 2018-05-09 18:26:07 +0000 | |
---|---|---|
committer | 2018-05-09 18:26:07 +0000 | |
commit | d632eeff06ad076d93143522ac56288eeba84d90 (patch) | |
tree | b88fb5ab76786b193ea0e6d87155f825528a0df1 /charts/aai-babel/resources/config/logback.xml | |
parent | 73389db3174ebbe46f033a90d6f51ff9fc072568 (diff) | |
parent | 827c851f18a72c06bf9bf91a89b9e68a7507ed23 (diff) |
Merge "Update ML and Babel logback.xml config"
Diffstat (limited to 'charts/aai-babel/resources/config/logback.xml')
-rw-r--r-- | charts/aai-babel/resources/config/logback.xml | 2 |
1 files changed, 1 insertions, 1 deletions
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" /> |