From 58eb43a1bf1b92df7edf077a72929401a88a8504 Mon Sep 17 00:00:00 2001 From: corbz Date: Mon, 26 Feb 2024 22:22:00 +0000 Subject: [PATCH] Mute discord logger to INFO level debug logs from discord.py library are too frequent and long --- logs/config.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/logs/config.json b/logs/config.json index 37f204c..f804590 100644 --- a/logs/config.json +++ b/logs/config.json @@ -43,6 +43,9 @@ "handlers": [ "queue_handler" ] + }, + "discord": { + "level": "INFO" } } } \ No newline at end of file