← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1530742] [NEW] Change LOG.warn to LOG.warning

 

Public bug reported:

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.

** Affects: horizon
     Importance: Undecided
     Assignee: zhurong (zhu-rong)
         Status: In Progress

** Affects: murano
     Importance: Undecided
     Assignee: zhurong (zhu-rong)
         Status: New

** Affects: python-muranoclient
     Importance: Undecided
     Assignee: zhurong (zhu-rong)
         Status: New

** Changed in: horizon
     Assignee: (unassigned) => zhurong (zhu-rong)

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1530742

Title:
  Change LOG.warn to LOG.warning

Status in OpenStack Dashboard (Horizon):
  In Progress
Status in Murano:
  New
Status in python-muranoclient:
  New

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


Follow ups