Skip to content
This repository has been archived by the owner on Jul 11, 2022. It is now read-only.

Commit

Permalink
Set logging levels.
Browse files Browse the repository at this point in the history
  • Loading branch information
SeraphimRP committed Apr 1, 2022
1 parent c392cc3 commit 80e130c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/BibleBot.Frontend/utils/backend.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
from Paginator import CreatePaginator

logger = VyLogger("default")
logger.setLevel(logging.INFO)
logging.getLogger("urllib3").setLevel(logging.WARNING)
logging.getLogger("requests").setLevel(logging.WARNING)
logging.getLogger("urllib3").propagate = False
Expand Down

0 comments on commit 80e130c

Please sign in to comment.