Comment 27 for bug 1524418

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to oslo.messaging (stable/liberty)

Reviewed: https://review.openstack.org/256326
Committed: https://git.openstack.org/cgit/openstack/oslo.messaging/commit/?id=93240b34917702c1688ca92310fe22c005adecd8
Submitter: Jenkins
Branch: stable/liberty

commit 93240b34917702c1688ca92310fe22c005adecd8
Author: Mehdi Abaakouk <email address hidden>
Date: Fri Dec 11 10:59:54 2015 +0100

    Move to debug a too verbose log

    When a client is gone (died/restart) and somes replies cannot be sent because
    the the exchange of this client will never comeback. We log one message per
    reply every 0.25 messages during 60 seconds. When the only useful log
    is the one where we decide to drop this replies.

    This change moves the less important message to debug level.

    Change-Id: I508787c0db4dcec2c0027b89eb4e65c4f98022b9
    Related-bug: #1524418
    (cherry picked from commit 17ccb2306d03a74304c57d31716a54ba2b3b4311)