From 7d4d8497cb81761afd54f2eacf414d179ed9ba1d Mon Sep 17 00:00:00 2001 From: skelmis Date: Wed, 27 Mar 2024 01:01:45 +1300 Subject: [PATCH] fix: logoo dispatcher + more logs --- main.py | 3 +++ requirements.txt | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/main.py b/main.py index ae991c5..b98fe15 100644 --- a/main.py +++ b/main.py @@ -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") diff --git a/requirements.txt b/requirements.txt index 79b1519..617a641 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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 \ No newline at end of file +logoo==1.3.0 \ No newline at end of file