70c48ff6bb
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
13 lines
615 B
YAML
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
|