I would like to add some request information to my error log messages (http url / endpoint name / request params) What is the proper way to do this? With `http.ServerErrorLogger()` I have no access to context
I would like to add some request information to my error log messages (http url / endpoint name / request params)
What is the proper way to do this? With
http.ServerErrorLogger()I have no access to context