We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed008ea commit 94856d7Copy full SHA for 94856d7
core/utils/logging.py
@@ -46,6 +46,7 @@ def __enter__(self: Self) -> Self:
46
logging.getLogger("discord").setLevel(logging.INFO)
47
logging.getLogger("discord.http").setLevel(logging.INFO)
48
logging.getLogger("discord.state").setLevel(logging.WARNING)
49
+ logging.getLogger("discord.gateway").setLevel(logging.WARNING)
50
51
self.log.setLevel(logging.INFO)
52
handler = RotatingFileHandler(
0 commit comments