1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-25 22:49:21 +02:00

Fix Logger time format (use rfc3339) (#867)

* Fix Logger time format (use rfc3339)

* Update change log
This commit is contained in:
Mohab Usama
2019-05-31 10:09:21 +02:00
committed by Nikolay Kim
parent c2d7db7e06
commit f1764bba43
2 changed files with 29 additions and 5 deletions

View File

@ -15,6 +15,8 @@
### Fixed
* Fix Logger request time format, and use rfc3339. #867
* Clear http requests pool on app service drop #860