You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@libcloud.apache.org by "Paul Querna (JIRA)" <ji...@apache.org> on 2010/02/11 02:06:29 UTC

[libcloud] [jira] Resolved: (LIBCLOUD-4) improved debugging support

     [ https://issues.apache.org/jira/browse/LIBCLOUD-4?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Paul Querna resolved LIBCLOUD-4.
--------------------------------

       Resolution: Fixed
    Fix Version/s: 0.2.0

was done for 0.2.0

> 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
>             Fix For: 0.2.0
>
>
> 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.