Created
December 30, 2011 13:28
-
-
Save garnaat/1539859 to your computer and use it in GitHub Desktop.
Enable debug output with boto and EC2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# This will cause full debug output to go to the console | |
>>> import boto | |
>>> boto.set_stream_logger('foo') | |
>>> ec2 = boto.connect_ec2(debug=2) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment