Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergio Andres Virviescas Santana committed Oct 1, 2018
1 parent ff26e40 commit 453d78c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

[[constraint]]
name = "github.com/savsgio/go-logger"
version = "2.0.1"
version = "2.1.0"

[[override]]
name = "github.com/klauspost/compress"
Expand Down
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 s.cfg.LogLevel == logger.DEBUG {
if logger.DebugEnabled() {
s.log.Debugf("%s %s", actx.Method(), actx.URI())
}

Expand Down

0 comments on commit 453d78c

Please sign in to comment.