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
I'm using middleware.Logger() and sometimes in the app log.Error() or log.Info(). The middleware.Logger() however never prints a log level for requests. Shouldn't this be like always "INFO"? This is annoying as it's harder to parse all logs in splunk. Is there any easy workaround?
Issue Description
I'm using
middleware.Logger()
and sometimes in the applog.Error()
orlog.Info()
. Themiddleware.Logger()
however never prints a log level for requests. Shouldn't this be like always "INFO"? This is annoying as it's harder to parse all logs in splunk. Is there any easy workaround?The text was updated successfully, but these errors were encountered: