Skip to content

Instantly share code, notes, and snippets.

@garlandkr
Forked from garnaat/gist:1539859
Created July 29, 2014 23:02
Show Gist options
  • Save garlandkr/d40fd959f09dadd204e9 to your computer and use it in GitHub Desktop.
Save garlandkr/d40fd959f09dadd204e9 to your computer and use it in GitHub Desktop.
# 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