bugfix
This commit is contained in:
parent
2757fb6203
commit
e510050257
@ -166,7 +166,7 @@ class AuthAPI:
|
|||||||
try:
|
try:
|
||||||
ret = await handler(request)
|
ret = await handler(request)
|
||||||
t3 = time.time()
|
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
|
return ret
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
t3 = time.time()
|
t3 = time.time()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user