Comment 9 for bug 1650694

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

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

commit f6b947a4fd16f11c8d150ea7331a2cde0bf7b527
Author: Matt Riedemann <email address hidden>
Date: Sat Dec 17 10:15:14 2016 -0500

    nova-manage: squash oslo_policy debug logging

    I don't know when it started but you can see from a modern
    usage of nova-manage that oslo_policy debug logging is being
    emitted. We don't need that debug information in the console
    for nova-manage, so this patch hides it just like we do for
    oslo_db.

    Change-Id: If1a8e8d473846f2626f5e01210f00ad06916a383
    Related-Bug: #1650694