← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1542470] Re: Correctly set oslo.log configuration default_log_levels

 

Reviewed:  https://review.openstack.org/254253
Committed: https://git.openstack.org/cgit/openstack/keystone/commit/?id=e7a7e46c5c91693d386f390a187d62e3ab5767f2
Submitter: Jenkins
Branch:    master

commit e7a7e46c5c91693d386f390a187d62e3ab5767f2
Author: Ronald Bradford <ronald.bradford@xxxxxxxxx>
Date:   Mon Dec 7 10:32:04 2015 -0500

    Use oslo.log specified method to set log levels
    
    Use the documented oslo.log [1] method for altering the
    default_log_levels to be consistent with TC approved projects.
    
    [1] http://docs.openstack.org/developer/oslo.log/usage.html
    
    Closes-Bug: 1542470
    Change-Id: I4999c218e963764bd7c35f813941450b11dc9aa1


** Changed in: keystone
       Status: In Progress => Fix Released

-- 
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):
  Fix Released

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


References