Comment 79 for bug 1596829

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to watcher (master)

Reviewed: https://review.openstack.org/484329
Committed: https://git.openstack.org/cgit/openstack/watcher/commit/?id=f607ae8ec0884731b73510a2d75bcf383e29d657
Submitter: Zuul
Branch: master

commit f607ae8ec0884731b73510a2d75bcf383e29d657
Author: ForestLee <email address hidden>
Date: Mon Jul 17 19:03:02 2017 +0800

    Add a hacking rule for string interpolation at logging

    String interpolation should be delayed to be handled by
    the logging code, rather than being done at the point
    of the logging call.
    See the oslo i18n guideline
    * https://docs.openstack.org/oslo.i18n/latest/user/guidelines.html#adding-variables-to-log-messages
    and
    * https://github.com/openstack-dev/hacking/blob/master/hacking/checks/other.py#L39
    Closes-Bug: #1596829

    Change-Id: Ibba5791669c137be1483805db657beb907030227