diff options
author | 2018-07-31 04:41:58 +0000 | |
---|---|---|
committer | 2018-07-31 04:41:58 +0000 | |
commit | 1065c8c11d68a83f91257779a8187e5a8312a4ab (patch) | |
tree | aaf269a95837e36a7c50a5e67388547a011dc7bb | |
parent | Merge branch 'censor_plugin' into 'master' (diff) | |
parent | Bump `PIL.PngImagePlugin`s logging level. (diff) |
Merge branch 'enhancement/increase-pil-png-image-plugin-logging-level' into 'master'
Bump `PIL.PngImagePlugin`s logging level.
See merge request python-discord/projects/bot!19
-rw-r--r-- | bot/__init__.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bot/__init__.py b/bot/__init__.py index a87d31541..df168cba4 100644 --- a/bot/__init__.py +++ b/bot/__init__.py @@ -93,4 +93,5 @@ logging.getLogger("discord.client").setLevel(logging.ERROR) logging.getLogger("discord.gateway").setLevel(logging.ERROR) logging.getLogger("discord.state").setLevel(logging.ERROR) logging.getLogger("discord.http").setLevel(logging.ERROR) +logging.getLogger("PIL.PngImagePlugin").setLevel(logging.ERROR) logging.getLogger("websockets.protocol").setLevel(logging.ERROR) |