commit | 20696fb387e7f7bf71d95e288ecafb7c87c29658 | [log] [tgz] |
---|---|---|
author | Sapan Bhatia <gwsapan@gmail.com> | Fri Feb 09 19:30:08 2018 -0800 |
committer | Zack Williams <zdw@opennetworking.org> | Wed Feb 14 20:49:55 2018 -0700 |
tree | 458c0803bc65aaaa1ec120f26d7b720dfed0bc62 | |
parent | b61ca26f498d7a78bdbb377a3236e9eefbc6569c [diff] |
CORD-2682: Regression: Fix logging configuration. This should resolve the duplicate logs problem. Change-Id: I63e3612ec0403f910035ac04ce4159c98f3e6a36
diff --git a/roles/cord-profile/templates/xos_config.yaml.j2 b/roles/cord-profile/templates/xos_config.yaml.j2 index 7be1455..b375312 100644 --- a/roles/cord-profile/templates/xos_config.yaml.j2 +++ b/roles/cord-profile/templates/xos_config.yaml.j2
@@ -32,7 +32,7 @@ maxBytes: 10485760 backupCount: 5 loggers: - '': + 'multistructlog': handlers: - console - file
diff --git a/roles/cord-profile/templates/xos_config_synchronizer.yaml.j2 b/roles/cord-profile/templates/xos_config_synchronizer.yaml.j2 index ddc1884..4dac564 100644 --- a/roles/cord-profile/templates/xos_config_synchronizer.yaml.j2 +++ b/roles/cord-profile/templates/xos_config_synchronizer.yaml.j2
@@ -34,7 +34,7 @@ maxBytes: 10485760 backupCount: 5 loggers: - '': + 'multistructlog': handlers: - console - file