Skip to content

Instantly share code, notes, and snippets.

@garnaat
Created December 30, 2011 13:28
Show Gist options
  • Save garnaat/1539859 to your computer and use it in GitHub Desktop.
Save garnaat/1539859 to your computer and use it in GitHub Desktop.
Enable debug output with boto and EC2
# 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