We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 265e303 commit 27d485bCopy full SHA for 27d485b
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