Tagged Questions

0
votes
1answer
26 views

Disable boto logging without modifying the boto files.

I am using the Boto library to talk to AWS. I want to disable logging. (Or redirect to /dev/null or other file). I cant find an obvious way to do this. I tried this, but that doesn't seem to help. …