From e510050257305234ce1c6857b5fce4866d418de1 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Fri, 24 Apr 2026 17:21:47 +0800 Subject: [PATCH] bugfix --- ahserver/auth_api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ahserver/auth_api.py b/ahserver/auth_api.py index 21629bb..5d69e16 100644 --- a/ahserver/auth_api.py +++ b/ahserver/auth_api.py @@ -166,7 +166,7 @@ class AuthAPI: try: ret = await handler(request) t3 = time.time() - info(f'timecost=client({ip}) {user} access {path} cost {t3-t1}, ({t2-t1})') + debug(f'timecost=client({ip}) {user} access {path} cost {t3-t1}, ({t2-t1})') return ret except Exception as e: t3 = time.time()