Comment 4 for bug 1619690

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

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

commit 76b53798b68b38b66623047723f588ef1f5fbf73
Author: Chris Dent <email address hidden>
Date: Wed Sep 7 09:23:02 2016 +0000

    [placement] clean up some nits in the requestlog middleware

    In the review of I4215cc69cedae5637102b75e0b54fd26acb1826c there
    were some suggested improvements that did not get implemented
    because we needed the better logging sooner than later.

    This change implements those cleanups including:

    * use ',' instead of '%' for string interpolation in calls to LOG
    * add microversion information to log string, if present

    Change-Id: I6682215d72b644217b5122073d993a99f7830e5b
    Closes-Bug: #1619690