commit | 1d7ab92376e6933d7a13214220b669de3101ec3c | [log] [tgz] |
---|---|---|
author | Matteo Scandolo <matteo.scandolo@gmail.com> | Tue Dec 10 13:41:23 2019 -0800 |
committer | Matteo Scandolo <matteo.scandolo@gmail.com> | Thu Dec 12 09:19:25 2019 -0800 |
tree | 103a91a2cbb39ff0ae082202de267fa62bfad29a | |
parent | e33ed157d79df4d84cda7882a79787b64c56ae96 [diff] [blame] |
Exposing log level in the helm-chart for single rw-core and openolt-adapter Change-Id: I5027a1f2cee3246c695c5dab2c6823ab1294facd
diff --git a/voltha/values.yaml b/voltha/values.yaml index 86ef37e..8d288a7 100644 --- a/voltha/values.yaml +++ b/voltha/values.yaml
@@ -22,7 +22,7 @@ # The following are the default values used for every container in the # template. defaults: - log_level: "ERROR" + log_level: "WARN" image_registry: '' image_org: "voltha/" image_tag: ~