improved debugging support
--------------------------

                 Key: LIBCLOUD-4
                 URL: https://issues.apache.org/jira/browse/LIBCLOUD-4
             Project: Libcloud
          Issue Type: New Feature
          Components: Core
            Reporter: Paul Querna
            Assignee: Paul Querna


We need to improve the ability to debug a connection to a remote service.

We have the curl logger, but we should also have the ability to log the 
complete http response including http headers.

This should make adding more test cases easier too.

It would be nice if you could enable this via a runtime command too.

Something like:

dlog = open('/tmp/debug.log', 'w')
libcloud.debug_log(dlog)

And this would change the connectionCls on NodeDriver to use a logging version.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to