Comment 7 for bug 1435588

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

Reviewed: https://review.openstack.org/167080
Committed: https://git.openstack.org/cgit/openstack/cinder/commit/?id=19f2f2833adb484d30d120de3dc154fad4fe9f3d
Submitter: Jenkins
Branch: master

commit 19f2f2833adb484d30d120de3dc154fad4fe9f3d
Author: John Griffith <email address hidden>
Date: Tue Mar 24 03:08:15 2015 +0000

    Enable request-id in cinder API logs

    Using common.local:store.context doesn't work correctly with
    the new oslo_log module. This change removes the calls to
    common.local and removes the file altogether which allows the
    proper settings to be passed in to the logging module and give
    us back our request-id in the API logs.

    Change-Id: If312f419fb465c9128bcfa0a280d6c35a46cb29b
    Closes-Bug: #1435588