aboutsummaryrefslogtreecommitdiffstats
path: root/bot
diff options
context:
space:
mode:
Diffstat (limited to 'bot')
-rw-r--r--bot/__init__.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/bot/__init__.py b/bot/__init__.py
index 85ae4758..c6a48105 100644
--- a/bot/__init__.py
+++ b/bot/__init__.py
@@ -68,6 +68,7 @@ logging.getLogger("discord").setLevel(logging.ERROR)
logging.getLogger("websockets").setLevel(logging.ERROR)
logging.getLogger("PIL").setLevel(logging.ERROR)
logging.getLogger("matplotlib").setLevel(logging.ERROR)
+logging.getLogger("async_rediscache").setLevel(logging.WARNING)
# Setup new logging configuration
logging.basicConfig(