aboutsummaryrefslogtreecommitdiffstats
path: root/bot/__init__.py
diff options
context:
space:
mode:
authorGravatar RohanRadia <[email protected]>2019-05-13 12:17:29 +0100
committerGravatar GitHub <[email protected]>2019-05-13 12:17:29 +0100
commit6601f367593d2654f48cc12a5fd8c337a487d877 (patch)
tree4ec2cf46f9674c231264fd462057cce45035bca9 /bot/__init__.py
parentRemoved unused import. (diff)
parentSpooky 8 Ball (#189) (diff)
Merge pull request #2 from python-discord/master
Get up to date.
Diffstat (limited to '')
-rw-r--r--bot/__init__.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/bot/__init__.py b/bot/__init__.py
index 21ff8c97..7c564178 100644
--- a/bot/__init__.py
+++ b/bot/__init__.py
@@ -54,6 +54,7 @@ if root.handlers:
# Silence irrelevant loggers
logging.getLogger("discord").setLevel(logging.ERROR)
logging.getLogger("websockets").setLevel(logging.ERROR)
+logging.getLogger("PIL").setLevel(logging.ERROR)
# Setup new logging configuration
logging.basicConfig(