File: add-split-logger-conf-option-0424e3bd91de3a5a.yaml

package info (click to toggle)
cinder 2%3A17.0.1-1%2Bdeb11u1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 36,796 kB
  • sloc: python: 395,277; pascal: 2,085; sh: 585; makefile: 111; xml: 26; sql: 5
file content (12 lines) | stat: -rw-r--r-- 615 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
---
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