Skip to content

Instantly share code, notes, and snippets.

View bobveznat's full-sized avatar

Bob Van Zant bobveznat

  • Bracket Computing
View GitHub Profile
@garnaat
garnaat / gist:1539859
Created December 30, 2011 13:28
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)