aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/aai/charts/aai-babel/resources/config/logback.xml
diff options
context:
space:
mode:
Diffstat (limited to 'kubernetes/aai/charts/aai-babel/resources/config/logback.xml')
-rw-r--r--kubernetes/aai/charts/aai-babel/resources/config/logback.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/aai/charts/aai-babel/resources/config/logback.xml b/kubernetes/aai/charts/aai-babel/resources/config/logback.xml
index 63b8faf09a..f406dc8581 100644
--- a/kubernetes/aai/charts/aai-babel/resources/config/logback.xml
+++ b/kubernetes/aai/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" />