← 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/263105
Committed: https://git.openstack.org/cgit/openstack/evoque/commit/?id=8ca7ece349e6227dcde1a9fa3344500c4142d738
Submitter: Jenkins
Branch:    master

commit 8ca7ece349e6227dcde1a9fa3344500c4142d738
Author: zhangguoqing <zhang.guoqing@xxxxxxxxxxx>
Date:   Mon Jan 4 04:09:49 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: Ib88d6b3b5583c564ad2b43dab4a54da870753547
    Closes-Bug: #1530742


** Changed in: evoque
       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/1530742

Title:
  Change LOG.warn to LOG.warning

Status in Evoque:
  Fix Released
Status in Glance:
  New
Status in Gnocchi:
  In Progress
Status in OpenStack Dashboard (Horizon):
  In Progress
Status in OpenStack Identity (keystone):
  In Progress
Status in keystoneauth:
  In Progress
Status in Mistral:
  New
Status in Murano:
  In Progress
Status in oslo.messaging:
  In Progress
Status in oslo.middleware:
  New
Status in python-evoqueclient:
  In Progress
Status in python-heatclient:
  In Progress
Status in python-muranoclient:
  In Progress
Status in senlin:
  Fix Released
Status in tempest:
  In Progress

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/evoque/+bug/1530742/+subscriptions


References