This commit is contained in:
yumoqing 2026-04-24 17:21:47 +08:00
parent 2757fb6203
commit e510050257

View File

@ -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()