aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Chris <[email protected]>2021-04-12 22:21:44 +0100
committerGravatar Chris <[email protected]>2021-04-12 22:21:44 +0100
commitb411a4522422879eee3e821f149f21636dfb56bf (patch)
tree9931199f6319aa48c68048e9d1d31c699ec7d8e4
parentRevert pillow-simd change (diff)
Silence matplotlib's logger
-rw-r--r--bot/__init__.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/bot/__init__.py b/bot/__init__.py
index d0992912..71b7c8a3 100644
--- a/bot/__init__.py
+++ b/bot/__init__.py
@@ -60,6 +60,7 @@ if root.handlers:
logging.getLogger("discord").setLevel(logging.ERROR)
logging.getLogger("websockets").setLevel(logging.ERROR)
logging.getLogger("PIL").setLevel(logging.ERROR)
+logging.getLogger("matplotlib").setLevel(logging.ERROR)
# Setup new logging configuration
logging.basicConfig(