Comment 7 for bug 1324470

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

Reviewed: https://review.openstack.org/101359
Committed: https://git.openstack.org/cgit/openstack/python-heatclient/commit/?id=dc5911e1a34b3323820cd573e094e1ac59fd0987
Submitter: Jenkins
Branch: master

commit dc5911e1a34b3323820cd573e094e1ac59fd0987
Author: Steve Baker <email address hidden>
Date: Wed Jun 25 17:27:00 2014 +1200

    Improve --debug logging output

    This change makes the following improvements to the output of a heat
    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: Iccbae01a1a5b85db0770a4f56c3b48788dc3008a
    Closes-bug: #1324470