Add graphadmin microservice to oom
[oom.git] / kubernetes / aai / charts / aai-traversal / resources / config / logback.xml
index 2ed8f5c..96fe005 100644 (file)
@@ -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.
     </logger>
     <root level="DEBUG">
         <appender-ref ref="external" />
+        {{if .Values.global.config.logback.console.enabled}}
+        <appender-ref ref="STDOUT" />
+        {{ end }}
     </root>
 </configuration>