aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Leon Sandøy <[email protected]>2018-07-31 04:41:58 +0000
committerGravatar Leon Sandøy <[email protected]>2018-07-31 04:41:58 +0000
commit1065c8c11d68a83f91257779a8187e5a8312a4ab (patch)
treeaaf269a95837e36a7c50a5e67388547a011dc7bb
parentMerge branch 'censor_plugin' into 'master' (diff)
parentBump `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__.py1
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)