← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1530742] Re: Change LOG.warn to LOG.warning

 

*** This bug is a duplicate of bug 1508442 ***
    https://bugs.launchpad.net/bugs/1508442

Reviewed:  https://review.openstack.org/263251
Committed: https://git.openstack.org/cgit/openstack/kingbird/commit/?id=0161d781ae1d76045b5a64e330da1c99691a8b20
Submitter: Jenkins
Branch:    master

commit 0161d781ae1d76045b5a64e330da1c99691a8b20
Author: zhangguoqing <zhang.guoqing@xxxxxxxxxxx>
Date:   Mon Jan 4 13:25:08 2016 +0000

    Change LOG.warn to LOG.warning
    
    Python 3 deprecated the logger.warn method, see:
    https://docs.python.org/3/library/logging.html#logging.warning
    so we prefer to use warning to avoid DeprecationWarning.
    
    Change-Id: I3b8651ee69c9c817ad47db13b06f2f92077a3923
    Closes-Bug: #1530742


** Changed in: kingbird
       Status: New => 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/1530742

Title:
  Change LOG.warn to LOG.warning

Status in ceilometer-powervm:
  Fix Released
Status in CloudPulse:
  Fix Released
Status in Evoque:
  Fix Released
Status in Gnocchi:
  Fix Committed
Status in OpenStack Dashboard (Horizon):
  In Progress
Status in OpenStack Identity (keystone):
  Fix Released
Status in keystoneauth:
  Fix Released
Status in Kingbird:
  Fix Released
Status in Mistral:
  New
Status in Murano:
  Fix Released
Status in openstack-ansible:
  Fix Released
Status in oslo.messaging:
  In Progress
Status in oslo.middleware:
  New
Status in oslo.vmware:
  New
Status in python-cloudpulseclient:
  Fix Released
Status in python-evoqueclient:
  In Progress
Status in python-heatclient:
  Fix Released
Status in python-muranoclient:
  Fix Released
Status in senlin:
  Fix Released
Status in Stackalytics:
  New
Status in tacker:
  Fix Released
Status in tempest:
  Fix Released

Bug description:
  Python 3 deprecated the logger.warn method, see:
  https://docs.python.org/3/library/logging.html#logging.warning
  so we prefer to use warning to avoid DeprecationWarning.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ceilometer-powervm/+bug/1530742/+subscriptions


References