I've just built 3.7 beta.
The version is available as pip install aiohttp==3.7.0b0, please test it.
I have a plan for building the 3.7 final release this weekend.
Going with
access_log_format='%a %t "%r" %s %b "%{Referer}i" "%{User-Agent}i" %Tf %T'
The values for the times are incorrect:
"GET /test HTTP/1.1" 200 647 "-" "Python/3.8 aiohttp/3.7.0b0" 11948.873807 11949
Same for the AccessLogger.log(…,time) parameter.
Sorry, remember me please what is expected.
Would you make a PR?
"Previously" %T %Tf and the AccessLogger.log(…time) argument were the time spent working the request - now it looks like the hosts uptime at the point of time when accepting the request.
I do not know when it was changed.
Got you, thanks. I'll fix the regression myself
2e40d95 is for fixing 3.7 branch
@commonism thanks!
pip install aiohttp==3.7.0b1 is available for testing, the log is fixed
aiohttp 3.7.0 final is released
Most helpful comment
aiohttp 3.7.0 final is released