When not using fabfile style, how do I enable debugging so I can see
SSH level debugging info?
I have hosts for which my connections always fail, for auth reasons,
but to which I can login fine directly.

I tried this, but did not see any additional logs on the console:

import fabric
fabric.state.output.debug=True

and:

import fabric
fabric.state.output['debug']=True

Thanks a lot.
Mohamed.

_______________________________________________
Fab-user mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/fab-user

Reply via email to