Skip to content

Commit d491492

Browse files
committed
decrease verbosity of third-party libs
1 parent 924a70e commit d491492

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

logger_config.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,5 @@
1010
logger = logging.getLogger("ensplotbot")
1111

1212
logging.getLogger("httpx").setLevel(logging.WARNING)
13+
logging.getLogger("apscheduler").setLevel(logging.WARNING)
14+
logging.getLogger("telegram.ext.Application").setLevel(logging.WARNING)

0 commit comments

Comments
 (0)