Created
November 30, 2015 15:57
-
-
Save shentonfreude/500297bc08f58c8e5009 to your computer and use it in GitHub Desktop.
Pyramid suppress boto3 log noise via .ini file
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# ... | |
[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