diff options
author | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2020-07-22 10:39:42 +0200 |
---|---|---|
committer | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2020-07-22 10:45:10 +0200 |
commit | 6bcd8a518968f28e27a7f033492d70bdcbd4837c (patch) | |
tree | 2b882672871b0fd662dd85c59e1d4c44ea171443 /kubernetes/onap/values.yaml | |
parent | d9e156401cbea828b10ffea72722a6f68d8591f0 (diff) |
[COMMON] new logConfiguration chart
This new chart allows to set the same log level accross components in
ONAP.
As other similar templates, default value will be retrieved
(`logConfiguration.logLevel`) but can be overrided:
- globally by setting global.logLevel
- per component basis by setting `logConfiguration.logLevelOverride` per
component basis
Issue-ID: OOM-2515
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
Change-Id: I18196b56bb4f8732d42271d7c93c1a0f71bfac58
Diffstat (limited to 'kubernetes/onap/values.yaml')
-rwxr-xr-x | kubernetes/onap/values.yaml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/kubernetes/onap/values.yaml b/kubernetes/onap/values.yaml index b562beb732..bef3336b0a 100755 --- a/kubernetes/onap/values.yaml +++ b/kubernetes/onap/values.yaml @@ -90,6 +90,12 @@ global: # flag to enable debugging - application support required debugEnabled: false + # configuration to set log level to all components (the one that are using + # "common.log.level" to set this) + # can be overrided per components by setting logConfiguration.logLevelOverride + # to the desired value + # logLevel: DEBUG + #Global ingress configuration ingress: enabled: false |