From 87090e9aadc286dff979077d97166fd377d4b841 Mon Sep 17 00:00:00 2001 From: Brian Rosmaita Date: Tue, 29 Nov 2016 22:31:00 -0500 Subject: [PATCH] Correct releasenote "Prepare for oslo.log 3.17.0" The releasenote for change Ia054f8f637c826280722c0d2a6811fdbc0cf54ed says a default value is changed in order to produce duplication of logs, whereas the purpose of the change is to prevent duplication of logs. This patch corrects the release note. Change-Id: I1bb8d6f234f483824b1e9eb67b96aeefb43a7885 --- .../notes/oslo-log-use-stderr-changes-07f5daf3e6abdcd6.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/releasenotes/notes/oslo-log-use-stderr-changes-07f5daf3e6abdcd6.yaml b/releasenotes/notes/oslo-log-use-stderr-changes-07f5daf3e6abdcd6.yaml index bac88758a8..ba928e1e7e 100644 --- a/releasenotes/notes/oslo-log-use-stderr-changes-07f5daf3e6abdcd6.yaml +++ b/releasenotes/notes/oslo-log-use-stderr-changes-07f5daf3e6abdcd6.yaml @@ -1,7 +1,7 @@ --- upgrade: - A recent change to oslo.log (>= 3.17.0) set the default value - of ``[DEFAULT]/use_stderr`` to ``False`` in order to produce + of ``[DEFAULT]/use_stderr`` to ``False`` in order to prevent duplication of logs (as reported in bug \#1588051). Since this would change the current behaviour of certain glance commands (e.g., glance-replicator, glance-cache-manage, etc.), we chose to