Comment 15 for bug 1707307

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

Reviewed: https://review.openstack.org/492419
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=c36676877eccca983aba1bf64a953bc65bf78c36
Submitter: Jenkins
Branch: master

commit c36676877eccca983aba1bf64a953bc65bf78c36
Author: Kevin Benton <email address hidden>
Date: Thu Aug 10 00:13:21 2017 -0700

    Remove 'persisted dirty' log message

    In a gate run the neutron.quota.resource module logged 5235
    lines from this module, making it one of the top offenders.
    This single line accounted for 3297 of those entries and it
    offers limited information since the quota engine is quite
    stable at this point and debugging tenants' dirty status isn't
    an issue that comes up.

    We can just get rid of this particular log line.

    Change-Id: I9cb0fcfbad51a0863d04fb89fbb8b09e3e21bdf0
    Partial-Bug: #1707307