aboutsummaryrefslogtreecommitdiffstats
path: root/bot/__init__.py
diff options
context:
space:
mode:
authorGravatar scragly <[email protected]>2019-04-21 12:21:26 +1000
committerGravatar GitHub <[email protected]>2019-04-21 12:21:26 +1000
commitacbd409769342a8c58c62d075fe1f0c89dd508ff (patch)
tree79091b06b5523dfaa67cef0eef8bacdf3976a583 /bot/__init__.py
parentMerge pull request #184 from RohanRadia/master (diff)
parentMerge remote-tracking branch 'origin/egg_hunt' into egg_hunt (diff)
Merge pull request #195 from python-discord/egg_hunt
Egg hunt Co-authored-by: S. Co1 <[email protected]>
Diffstat (limited to 'bot/__init__.py')
-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(