-
-
Notifications
You must be signed in to change notification settings - Fork 753
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to log time of response to access log? #606
Comments
You'd probably want to look into adding middleware if you want to monitor response timing and similar information. The chat room is a useful place for usage questions... https://gitter.im/encode/community |
response time in log should be natively supported rather than a user middleware. It's a vital metric in most API services. |
Yeah, I'm aware. There are PRs changing our logger setup. In the meantime, you can check the implementation (or use) https://github.com/Kludex/asgi-logger |
Found this for the interested. Should be enough. |
How to log time of response to access log?
The text was updated successfully, but these errors were encountered: