keystoneauth/releasenotes/notes/oslo-config-split-loggers-6bda266d657fe921.yaml
Monty Taylor 80323289c7
Add oslo.config option for split-loggers
For people setting creating Sessions via load_from_conf_options, such as
the OpenStack services, turning on split-loggers needs to be done in a
config file. In order to do that, we need to expose it in the conf
options list.

Don't add it to the argparse options for now - it would just add another
command line option that is less likely to see use.

Change-Id: I106c6acbe306e581d293612630ec810c11d9d61c
2018-05-16 15:42:03 -05:00

5 lines
91 B
YAML

---
features:
- |
Added ``split-loggers`` option to the oslo.config Session options.