Comment 14 for bug 1348244

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

Reviewed: https://review.openstack.org/114030
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=b29443b7f53bef00f7b96da9d7967f05ac6a1c30
Submitter: Jenkins
Branch: master

commit b29443b7f53bef00f7b96da9d7967f05ac6a1c30
Author: James Carey <email address hidden>
Date: Wed Aug 13 21:05:54 2014 +0000

    Partial oslo-incubator sync -- log.py

    This patch pulls in the changes in openstack/common/log.py that fix
    a problem exposed by the removal of translation from LOG.debug
    messages. This removal causes the messages to no longer be unicode, which
    can cause formatting problems. The changes in log.py ensure that any
    message that is not of six.test_type is coverted to six.text_type.

    Note that this is required to complete blueprint: i18n-enablement.

    Generated with:
    python update.py --base nova --dest-dir /opt/stack/nova --modules log

    log:
     759bd87 Merge "Set keystonemiddleware and routes.middleware to log on WARN l
     71d072f Merge "Except socket.error if syslog isn't running"
     37c0091 Add unicode coercion of logged messages to ContextFormatter
     6614413 Correct coercion of logged message to unicode
     1188d88 Except socket.error if syslog isn't running
     ac995be Fix E126 pep8 errors
     36e5c2d Merge "Adjust oslo logging to provide adapter is enabled for"
     631f880 Set keystonemiddleware and routes.middleware to log on WARN level
     726d00a Adjust oslo logging to provide adapter is enabled for

    Change-Id: I255a68fc60963386e8fefe65c3ffd269795adbf4
    Closes-Bug: 1348244