2017-03-17 5:50 GMT+09:00 Ihar Hrachyshka <[email protected]>: > On Thu, Mar 16, 2017 at 12:00 PM, Doug Hellmann <[email protected]> wrote: >> Please keep translations for exceptions and other user-facing messages, >> for now. > > To clarify, that means LOG.exception(_LE(...)) should also be cleaned > up? The only things that we should leave are messages that eventually > get to users (by means of stdout for clients, or thru API payload, for > services).
Yes, all logging markers including LOG.exception(_LE(...)) will be clean up. Only user visible messages through API messages should be marked as translatable. > > Ihar > > __________________________________________________________________________ > OpenStack Development Mailing List (not for usage questions) > Unsubscribe: [email protected]?subject:unsubscribe > http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev __________________________________________________________________________ OpenStack Development Mailing List (not for usage questions) Unsubscribe: [email protected]?subject:unsubscribe http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
