diff options
author | Krzysztof Opasiak <k.opasiak@samsung.com> | 2020-09-03 14:59:10 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-09-03 14:59:10 +0000 |
commit | df63472f4a01598dc71b7e8a458726c8590d8b41 (patch) | |
tree | 288efa7ceb5650102d66656d8a7efe4679e492b1 /kubernetes/cds/charts/cds-blueprints-processor/values.yaml | |
parent | 8bdf47ac952a77de2b9b7501028eea4376be2dda (diff) | |
parent | dd285d3cc77b54cd1a9f62521351630a1b62bc29 (diff) |
Merge "[CDS] Add logs to STDOUT"
Diffstat (limited to 'kubernetes/cds/charts/cds-blueprints-processor/values.yaml')
-rwxr-xr-x | kubernetes/cds/charts/cds-blueprints-processor/values.yaml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/kubernetes/cds/charts/cds-blueprints-processor/values.yaml b/kubernetes/cds/charts/cds-blueprints-processor/values.yaml index 2de835492f..933c56dca4 100755 --- a/kubernetes/cds/charts/cds-blueprints-processor/values.yaml +++ b/kubernetes/cds/charts/cds-blueprints-processor/values.yaml @@ -159,6 +159,15 @@ ingress: 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 |