yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #45907
[Bug 1542470] [NEW] Correctly set oslo.log configuration default_log_levels
Public bug reported:
Keystone currently sets an olso.log configuration variable directly in
the CONF object rather than using the oslo.log provided methods for
overriding configuration options.
# keystone/common/config.py
CONF.set_default('default_log_levels=...
This should be as documented in
http://docs.openstack.org/developer/oslo.log/usage.html set via
log.set_defaults(default_log_levels=..
** Affects: keystone
Importance: Low
Assignee: Ronald Bradford (ronaldbradford)
Status: In Progress
** Changed in: keystone
Assignee: (unassigned) => Ronald Bradford (ronaldbradford)
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Identity (keystone).
https://bugs.launchpad.net/bugs/1542470
Title:
Correctly set oslo.log configuration default_log_levels
Status in OpenStack Identity (keystone):
In Progress
Bug description:
Keystone currently sets an olso.log configuration variable directly in
the CONF object rather than using the oslo.log provided methods for
overriding configuration options.
# keystone/common/config.py
CONF.set_default('default_log_levels=...
This should be as documented in
http://docs.openstack.org/developer/oslo.log/usage.html set via
log.set_defaults(default_log_levels=..
To manage notifications about this bug go to:
https://bugs.launchpad.net/keystone/+bug/1542470/+subscriptions
Follow ups