yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #24130
[Bug 1386059] [NEW] All LOG message should use gettextutils _LI, _LW, _LE, _LC
Public bug reported:
1. All existing LOG.info(_("") messages should be translated to
LOG.info(_LI("").
2. All existing LOG.warning(_("") messages should be translated to
LOG.warning(_LW("").
3. All existing LOG.error(_("") messages should be translated to
LOG.error(_LE("").
4. All existing LOG.critical(_("") messages should be translated to
LOG.critical(_LC("").
And every file which contains LOG messages should have a following file
imported.
from neutron.openstack.common.gettextutils import _LI, _LW, _LE, _LC
** Affects: neutron
Importance: Undecided
Assignee: Romil Gupta (romilg)
Status: New
** Changed in: neutron
Assignee: (unassigned) => Romil Gupta (romilg)
** Description changed:
1. All existing LOG.info(_("") messages should be translated to
LOG.info(_LI("").
2. All existing LOG.warning(_("") messages should be translated to
LOG.warning(_LW("").
3. All existing LOG.error(_("") messages should be translated to
LOG.error(_LE("").
- 4.All existing LOG.critical(_("") messages should be translated to
+ 4. All existing LOG.critical(_("") messages should be translated to
LOG.critical(_LC("").
And every file which contains LOG messages should have a following file
imported.
from neutron.openstack.common.gettextutils import _LI, _LW, _LE, _LC
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1386059
Title:
All LOG message should use gettextutils _LI, _LW, _LE, _LC
Status in OpenStack Neutron (virtual network service):
New
Bug description:
1. All existing LOG.info(_("") messages should be translated to
LOG.info(_LI("").
2. All existing LOG.warning(_("") messages should be translated to
LOG.warning(_LW("").
3. All existing LOG.error(_("") messages should be translated to
LOG.error(_LE("").
4. All existing LOG.critical(_("") messages should be translated to
LOG.critical(_LC("").
And every file which contains LOG messages should have a following
file imported.
from neutron.openstack.common.gettextutils import _LI, _LW, _LE, _LC
To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1386059/+subscriptions
Follow ups
References