Skip to content

Commit

Permalink
Fix to use internal logger
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergio Andres Virviescas Santana committed Oct 2, 2018
1 parent 453d78c commit 0e2e1cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion atreugo.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ func (s *Atreugo) handler(viewFn View) fasthttp.RequestHandler {
actx := acquireRequestCtx(ctx)
defer releaseRequestCtx(actx)

if logger.DebugEnabled() {
if s.log.DebugEnabled() {
s.log.Debugf("%s %s", actx.Method(), actx.URI())
}

Expand Down

0 comments on commit 0e2e1cc

Please sign in to comment.