We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c82c12f commit 4d1d722Copy full SHA for 4d1d722
core/utils/logging.py
@@ -49,6 +49,7 @@ def __enter__(self: Self) -> Self:
49
logging.getLogger("discord.http").setLevel(logging.INFO)
50
logging.getLogger("discord.state").setLevel(logging.WARNING)
51
logging.getLogger("discord.gateway").setLevel(logging.WARNING)
52
+ logging.getLogger("starlette_plus.core").setLevel(logging.WARNING)
53
54
self.log.setLevel(logging.INFO)
55
handler = RotatingFileHandler(
0 commit comments