-
-
Notifications
You must be signed in to change notification settings - Fork 121
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
console log output missing time #209
Comments
We've added database request logging Adding log file records is easy This printout is from uvicorn: https://www.uvicorn.org/settings/#logging |
This is helpful, from an unmerged PR:https://github.com/encode/uvicorn/pull/2031/files#diff-b4d68dc855d0f9476d3f2ee343853bd21bf82ea9960d0cf06661baa244439dd6 If you like middleware, maybe you can also use the asgi-logger |
Waiting for the official pull request. |
This configuration can output time information normally locally, but deployment with gunicorn+supervisor still does not take effect. |
It seems to me that the officials don't care about prioritizing this and there's nothing we can do about it |
uvicorn 0.30.0 released: https://www.uvicorn.org/release-notes/ Not sure if this problem has been solved, if you are interested, please try. |
If you want to set up gunicorn logs, refer to: https://gist.github.com/dishwad/c9b24ee7f9c5c710bae4c2f31d8667a7 |
Hi, @wu-clan
Missing crucial time data, is there a way to customize the output?
The text was updated successfully, but these errors were encountered: