Comment 7 for bug 1453953

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

Reviewed: https://review.openstack.org/278027
Committed: https://git.openstack.org/cgit/openstack/python-keystoneclient/commit/?id=96fbfeab973cf61cd5ba129056cf4e6634d805b8
Submitter: Jenkins
Branch: master

commit 96fbfeab973cf61cd5ba129056cf4e6634d805b8
Author: Trevor McKay <email address hidden>
Date: Tue Feb 9 13:40:39 2016 -0500

    Handle exception on UnicodeDecodError in logging of request

    If the logging of an HTTP request causes a UnicodeDecodeError,
    modify the log entry using oslo_utils.encodeutils.safe_decode
    with errors='replace' and try again

    Co-Authored-By: Nikita Konovalov <email address hidden>

    Change-Id: Ic365c654ebca4045208c6c30e232665145db7b4c
    Closes-Bug: #1453953