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