You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is logger and requestId middleware inside hono. But logger middleware does not include requestId into logs. And it(logger middleware) is pretty much useless in any app where monitoring by requests is needed.
When you log request elapsed time you wanna know for which request is it. I do not see any reason to have it separate. Logging requestId is essential key part for tracing and monitoring an app.
I would suggest to combine these to things or make it possible to include requestId into logs.
The text was updated successfully, but these errors were encountered:
What is the feature you are proposing?
There is logger and requestId middleware inside hono. But logger middleware does not include
requestId
into logs. And it(logger middleware) is pretty much useless in any app where monitoring by requests is needed.When you log request elapsed time you wanna know for which request is it. I do not see any reason to have it separate. Logging
requestId
is essential key part for tracing and monitoring an app.I would suggest to combine these to things or make it possible to include
requestId
into logs.The text was updated successfully, but these errors were encountered: