summaryrefslogtreecommitdiffstats
path: root/kubernetes/aai/charts/aai-traversal/resources/config/logback.xml
diff options
context:
space:
mode:
Diffstat (limited to 'kubernetes/aai/charts/aai-traversal/resources/config/logback.xml')
-rw-r--r--kubernetes/aai/charts/aai-traversal/resources/config/logback.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/kubernetes/aai/charts/aai-traversal/resources/config/logback.xml b/kubernetes/aai/charts/aai-traversal/resources/config/logback.xml
index 2ed8f5c8f1..96fe00567d 100644
--- a/kubernetes/aai/charts/aai-traversal/resources/config/logback.xml
+++ b/kubernetes/aai/charts/aai-traversal/resources/config/logback.xml
@@ -3,6 +3,7 @@
org.onap.aai
================================================================================
Copyright © 2017 AT&T Intellectual Property. All rights reserved.
+ Modifications Copyright © 2018 Amdocs, Bell Canada
================================================================================
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
@@ -361,5 +362,8 @@
</logger>
<root level="DEBUG">
<appender-ref ref="external" />
+ {{if .Values.global.config.logback.console.enabled}}
+ <appender-ref ref="STDOUT" />
+ {{ end }}
</root>
</configuration>