glance/releasenotes/notes/oslo-log-use-stderr-changes-07f5daf3e6abdcd6.yaml
Brian Rosmaita 87090e9aad 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
2016-11-29 22:31:00 -05:00

15 lines
796 B
YAML

---
upgrade:
- A recent change to oslo.log (>= 3.17.0) set the default value
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
override the default value of ``use_stderr`` to ``True`` in those
commands. We also chose not to override that value in any Glance
service (e.g., glance-api, glance-registry) so that duplicate
logs are not created by those services. Operators that have a
usecase that relies on logs being reported on standard error may
set ``[DEFAULT]/use_stderr = True`` in the appropriate service's
configuration file upon deployment.