From a962435898f123f54e93023a1c54121891f79552 Mon Sep 17 00:00:00 2001 From: Untone Date: Tue, 27 Feb 2024 13:55:11 +0300 Subject: [PATCH] root-auth-logs-3 --- services/auth.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/services/auth.py b/services/auth.py index 052d3d1e..fdd4683c 100644 --- a/services/auth.py +++ b/services/auth.py @@ -9,6 +9,8 @@ from settings import ADMIN_SECRET, AUTH_URL trace_logger = logging.getLogger('_trace') trace_logger.setLevel(logging.INFO) +httpx_logger = logging.getLogger('httpx') +trace_logger.setLevel(logging.INFO) async def request_data(gql, headers=None): if headers is None: