]> git.ipfire.org Git - thirdparty/tornado.git/commit
Give curl_httpclient its own logger for its verbose debug output.
authorBen Darnell <ben@bendarnell.com>
Sat, 24 Jan 2015 22:14:20 +0000 (17:14 -0500)
committerBen Darnell <ben@bendarnell.com>
Sat, 24 Jan 2015 22:14:20 +0000 (17:14 -0500)
commitbff8603dcec9614f4ede78121eb647d80d1287ea
tree24c2cde638bac99ce778d0a92463e52e2acb3cfb
parent84babf0c71d1c953b9cdb165b4b3348c4194c505
Give curl_httpclient its own logger for its verbose debug output.

This makes it easier to filter it separately.

This commit is an updated recreation of
https://github.com/SuminAndrew/tornado/commit/88809314e853fb69610cf44095612e78b0882c3e
to account for code movement.

Closes #1093.
tornado/curl_httpclient.py