Skip to content

Commit 27d485b

Browse files
committed
mute logging info on http requests
1 parent 265e303 commit 27d485b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/utils/logging.py

+1
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ def __enter__(self: Self) -> Self:
4949
logging.getLogger("discord.http").setLevel(logging.INFO)
5050
logging.getLogger("discord.state").setLevel(logging.WARNING)
5151
logging.getLogger("discord.gateway").setLevel(logging.WARNING)
52+
logging.getLogger("starlette_plus.core").setLevel(logging.WARNING)
5253

5354
self.log.setLevel(logging.INFO)
5455
handler = RotatingFileHandler(

0 commit comments

Comments
 (0)