Skip to content

Commit

Permalink
chore: disable noisy module
Browse files Browse the repository at this point in the history
  • Loading branch information
Fedir Zadniprovskyi committed Feb 17, 2025
1 parent f5c05f7 commit 80afccb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/speaches/logger.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@ def setup_logger(log_level: str) -> None:
"level": "INFO",
"handlers": ["stdout"],
},
"aiortc.rtcrtpreceiver": {
"level": "INFO",
"handlers": ["stdout"],
},
"numba.core": {
"level": "INFO",
"handlers": ["stdout"],
Expand Down

0 comments on commit 80afccb

Please sign in to comment.