Skip to content

Commit

Permalink
fix: logoo dispatcher + more logs
Browse files Browse the repository at this point in the history
  • Loading branch information
Skelmis committed Mar 26, 2024
1 parent 7b358b2 commit 7d4d849
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@
httpx_logger = logging.getLogger("httpx")
httpx_logger.setLevel(logging.WARNING)

logoo_logger = logging.getLogger("logoo")
logoo_logger.setLevel(logging.DEBUG)

suggestions_logger = logging.getLogger("suggestions")
suggestions_logger.setLevel(logging.DEBUG)
member_stats_logger = logging.getLogger("suggestions.objects.stats.member_stats")
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,4 @@ yarl==1.7.2
zonis==1.2.5
types-aiobotocore==2.11.2
aiobotocore==2.11.2
logoo==1.2.0
logoo==1.3.0

0 comments on commit 7d4d849

Please sign in to comment.