← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1404788] Re: Should use lazy logging interpolation

 

[Expired for neutron because there has been no activity for 60 days.]

** Changed in: neutron
       Status: Incomplete => Expired

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1404788

Title:
  Should use lazy logging interpolation

Status in neutron:
  Expired

Bug description:
  There are a small number of examples of "eager" interpolation in
  neutron:
    logging.debug("foo %s" % arg)

  These should be converted to perform the interpolation lazily within
  the logging function, since if the severity is below the logging level
  then the interpolation can be skipped entirely.

  This bug is a grab bag of all such current examples found in neutron
  via a pylint test.

To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1404788/+subscriptions


References