Comment 26 for bug 1524418

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

Reviewed: https://review.openstack.org/256336
Committed: https://git.openstack.org/cgit/openstack/oslo.messaging/commit/?id=715dba34ecc94d04e322ad6e0a6cd9e4de73482e
Submitter: Jenkins
Branch: stable/kilo

commit 715dba34ecc94d04e322ad6e0a6cd9e4de73482e
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)