Comment 8 for bug 1324470

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

Reviewed: https://review.openstack.org/102076
Committed: https://git.openstack.org/cgit/openstack/python-ceilometerclient/commit/?id=617f7f87cb19210382902ece612ba1d4e89ecde7
Submitter: Jenkins
Branch: master

commit 617f7f87cb19210382902ece612ba1d4e89ecde7
Author: liu-sheng <email address hidden>
Date: Tue Jun 24 09:20:49 2014 +0800

    Improve --debug logging output

    This change makes the following improvements to the output of a
    ceilometer command with the --debug option set:

    * Silences spurious logging from iso8601 and urllib3.connectionpool
    * Removes the line number from the logging format, since the intent
      of --debug is to show the user what network requests are occuring.

    Change-Id: I1b286adf63b1ca05ec4fcfb27fbc939aa662cc7e
    Closes-bug: #1324470