Comment 2 for bug 1815223

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

Reviewed: https://review.openstack.org/635894
Committed: https://git.openstack.org/cgit/openstack/oslo.versionedobjects/commit/?id=1fbd1b557a43cb74c5d6b07e1d03c4417811c96b
Submitter: Zuul
Branch: master

commit 1fbd1b557a43cb74c5d6b07e1d03c4417811c96b
Author: Matt Riedemann <email address hidden>
Date: Fri Feb 8 12:32:53 2019 -0500

    Lower ObjectVersionChecker logging to DEBUG level

    The ObjectVersionChecker fixture is logging object
    comparison at INFO which in some tests can blow up
    the subunit output stream capture parser (see nova
    bug 1813147). This change drops the logging level
    to DEBUG which can be enabled using the OS_DEBUG
    environment variable found in oslotest.

    Change-Id: If20663ecad19f18f22172ae489206b42489fd9f6
    Closes-Bug: #1815223