← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1477851] Re: missing logging tag _LI

 

** Changed in: keystone
       Status: In Progress => Invalid

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

Title:
  missing logging tag _LI

Status in Keystone:
  Invalid

Bug description:
  I found missing loggin tag _LI at
  keystone/keystone/tests/unit/ksfixtures/hacking.py

  l.368
  LOG.warn(_LI('this should cause an error'))      
  => LOG.warn(_LW( ... ))

  l.371
  LOG.debug(_LI('this should cause an error')) 
  => LOG.debug( ...)

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


References