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
Let´s suppose I want to log every error returned by the handlers
I believe the best way to do this is using a middleware and if there is an error log it.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Let´s suppose I want to log every error returned by the handlers
I believe the best way to do this is using a middleware and if there is an error log it.
Best I could think about is this:
But ctx.Context.Err is nil.
Beta Was this translation helpful? Give feedback.
All reactions