Does the Logger middleware provide a logger that I can use? #997
Unanswered
kartikynwa
asked this question in
Q&A
Replies: 1 comment
-
github.com/go-chi/chi/v5/middleware - |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Currently I am using my hand rolled slog logger to print logs. If the logging middle provided a logger that I could use, it would be helpful since it would already include things like RequestId (provided that that middleware is also in use) instead of attaching it to my hand rolled slogger by hand.
I tried reading the code but it went over my head since I am new to go.
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions