[CDS] Add logs to STDOUT
This commit change logging level of used loggers to "INFO" and root
logging level to "INFO"
Thanks to that we will see "info", "error" and "warn" messages.
Issue-ID: OOM-2514
Change-Id: I545e2ee69f1bcde7f7313fdda8f80e8201b7461c
Signed-off-by: Dominik Mizyn <d.mizyn@partner.samsung.com>
diff --git a/kubernetes/cds/charts/cds-blueprints-processor/values.yaml b/kubernetes/cds/charts/cds-blueprints-processor/values.yaml
index 2de8354..933c56d 100755
--- a/kubernetes/cds/charts/cds-blueprints-processor/values.yaml
+++ b/kubernetes/cds/charts/cds-blueprints-processor/values.yaml
@@ -159,6 +159,15 @@
config:
ssl: "none"
+logback:
+ rootLogLevel: INFO
+ logger:
+ springframework: INFO
+ springframeworkWeb: INFO
+ springframeworkSecurityWebauthentication: INFO
+ hibernate: INFO
+ onapCcsdkCds: INFO
+
resources: {}
# We usually recommend not to specify default resources and to leave this as a conscious
# choice for the user. This also increases chances charts run on environments with little