Skip to content

Instantly share code, notes, and snippets.

@dklassen
Created January 27, 2017 14:23
Show Gist options
  • Save dklassen/8647cc9965fcf0ff99b501601d0dbe82 to your computer and use it in GitHub Desktop.
Save dklassen/8647cc9965fcf0ff99b501601d0dbe82 to your computer and use it in GitHub Desktop.
http_client.HTTPConnection.debuglevel = 1
logging.basicConfig()
logging.getLogger().setLevel(logging.DEBUG)
requests_log = logging.getLogger("requests.packages.urllib3")
requests_log.setLevel(logging.DEBUG)
requests_log.propagate = True
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment