Skip to content

Instantly share code, notes, and snippets.

@briandailey
Created June 20, 2013 15:27
Show Gist options
  • Select an option

  • Save briandailey/5823747 to your computer and use it in GitHub Desktop.

Select an option

Save briandailey/5823747 to your computer and use it in GitHub Desktop.
Logging boto in interactive shell
# see http://boto.readthedocs.org/en/latest/ref/boto.html#boto.set_stream_logger
import boto
boto.set_stream_logger('paws')
ec2 = boto.connect_ec2(debug=2)
s3 = boto.connect_s3(debug=2)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment