We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 453d78c commit 0e2e1ccCopy full SHA for 0e2e1cc
atreugo.go
@@ -48,7 +48,7 @@ func (s *Atreugo) handler(viewFn View) fasthttp.RequestHandler {
48
actx := acquireRequestCtx(ctx)
49
defer releaseRequestCtx(actx)
50
51
- if logger.DebugEnabled() {
+ if s.log.DebugEnabled() {
52
s.log.Debugf("%s %s", actx.Method(), actx.URI())
53
}
54
0 commit comments