yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #35727
[Bug 1477851] [NEW] missing logging tag _LI
Public bug reported:
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( ...)
** Affects: keystone
Importance: Undecided
Assignee: Yusuke Hayashi (hayashi-yusuke)
Status: New
** Changed in: keystone
Assignee: (unassigned) => Yusuke Hayashi (hayashi-yusuke)
--
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:
New
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
Follow ups