urllib3.util.retry prints not so useful debug messages

Bug #1422075 reported by ZhiQiang Fan
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
oslo.log
Fix Released
Low
ZhiQiang Fan

Bug Description

When running devstack, I find that urllib3.util.retry prints message like this:

2015-02-11 10:23:34.710 28184 DEBUG urllib3.util.retry [-] Converted retries value: 0 -> Retry(total=0, connect=None, read=None, redirect=0) from_int /usr/local/lib/python2.7/dist-packages/urllib3/util/retry.py:155

Actually, I'm running ceilometer-api, which has no retry settings, so this is an underground mechanism, I think it should work silently when succeed, but log warn or error when fail

ZhiQiang Fan (aji-zqfan)
Changed in oslo.log:
assignee: nobody → ZhiQiang Fan (aji-zqfan)
Changed in oslo.log:
status: New → In Progress
Changed in oslo.log:
milestone: none → next-kilo
importance: Undecided → Low
Changed in oslo.log:
milestone: 0.3.0 → next-kilo
Changed in oslo.log:
milestone: 0.4.0 → next-kilo
Revision history for this message
Doug Hellmann (doug-hellmann) wrote :
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to oslo.log (master)

Reviewed: https://review.openstack.org/156033
Committed: https://git.openstack.org/cgit/openstack/oslo.log/commit/?id=cc8d42a6237e141f8072f3390ae547f524564cdf
Submitter: Jenkins
Branch: master

commit cc8d42a6237e141f8072f3390ae547f524564cdf
Author: ZhiQiang Fan <email address hidden>
Date: Sun Feb 15 15:37:58 2015 +0800

    update urllib3.util.retry log level to WARN

    When running devstack, I find that urllib3.util.retry prints message
    like this:

    2015-02-11 10:23:34.710 28184 DEBUG urllib3.util.retry [-] Converted
    retries value: 0 -> Retry(total=0, connect=None, read=None, redirect=0)
    from_int /usr/local/lib/python2.7/dist-packages/urllib3/util/retry.py:155

    Actually, I'm running ceilometer-api, which has no retry settings, so
    this is an underground mechanism, I think it should work silently when
    succeed, but log warn or error when fail.

    Change-Id: Id0ac0857986d78c55e04a52020f256ad46363dfb
    Closes-Bug: 1422075

Changed in oslo.log:
status: In Progress → Fix Committed
Changed in oslo.log:
status: Fix Committed → Fix Released
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix included in openstack/oslo.log 1.0.0

This issue was fixed in the openstack/oslo.log 1.0.0 release.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.