Comment 57 for bug 1813147

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

Reviewed: https://review.opendev.org/686836
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=3c27f3cdc0538c2b8a14cf309f04acaf1599a44b
Submitter: Zuul
Branch: master

commit 3c27f3cdc0538c2b8a14cf309f04acaf1599a44b
Author: Matt Riedemann <email address hidden>
Date: Fri Oct 4 16:48:56 2019 -0400

    Filter out alembic logs below WARNING in tests

    During functional tests we see quite a bit of alembic
    INFO level logging which we don't really need. This
    change sets the alembic logging level to WARNING to
    remove that noise.

    Change-Id: I9550e1c0c93b48e234f429204e27960d0d1cda81
    Related-Bug: #1813147