Skip to content

Commit

Permalink
enable debug logging
Browse files Browse the repository at this point in the history
  • Loading branch information
Joe Bowman committed Jul 18, 2024
1 parent 249e43d commit d693fec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ func main() {
}

e := echov4.New()
e.Logger.SetLevel(log.INFO)
e.Logger.SetLevel(log.DEBUG)

e.Use(middleware.GzipWithConfig(middleware.GzipConfig{
Skipper: func(c echov4.Context) bool {
Expand Down

0 comments on commit d693fec

Please sign in to comment.