Skip to content

Instantly share code, notes, and snippets.

@shentonfreude
Created November 30, 2015 15:57
Show Gist options
  • Save shentonfreude/500297bc08f58c8e5009 to your computer and use it in GitHub Desktop.
Save shentonfreude/500297bc08f58c8e5009 to your computer and use it in GitHub Desktop.
Pyramid suppress boto3 log noise via .ini file
# ...
[loggers]
keys = root, rival, sqlalchemy, boto3
# ...
[logger_boto3]
# boto3.resources.action spews binary contents of file put_object at INFO, suppress
level = WARN
handlers =
qualname = boto3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment