cinder/releasenotes/notes/add-split-logger-conf-option-0424e3bd91de3a5a.yaml
Neha Alhat 70c48ff6bb Enable split logging for cinder-glanceclient interaction
To enable split logging functionality [1], need to register
'split_loggers' conf option under [default] section of cinder.conf

This patch registers 'split_loggers' conf option under [default]
so that operator can set value of 'split_loggers' to True to
enable split logging.

[1]: https://review.openstack.org/#/c/505764/

DocImpact
Change-Id: I05639133c7e5770e810be97d8c6bb98450c8c9ba
2018-07-11 14:38:04 +05:30

13 lines
615 B
YAML

---
features:
- |
Added boolean conf option 'split_loggers' in [default] section of
cinder.conf to `enable split logging`_ functionality. The default
value of split_loggers option is set to False. Operator can set it's
value to True to split HTTP content into subloggers to allow for
fine-grained control of what is logged and how. This new config option
'split_loggers' should be enabled only when keystoneauth log level is
set to DEBUG in 'default_log_levels' config option.
.. _`enable split logging`: https://docs.openstack.org/keystoneauth/latest/using-sessions.html#logging