Skip to content

Instantly share code, notes, and snippets.

@robbwagoner
Created September 8, 2015 16:58
Show Gist options
  • Save robbwagoner/311624b008068dd2f3af to your computer and use it in GitHub Desktop.
Save robbwagoner/311624b008068dd2f3af to your computer and use it in GitHub Desktop.
Boto logging level change
# https://stackoverflow.com/questions/1661275/disable-boto-logging-without-modifying-the-boto-files
import logging
logging.getLogger('boto').setLevel(logging.CRITICAL)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment