Skip to content

Commit

Permalink
Adapt middleware logger to upstream changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Alfonso Acosta committed Mar 21, 2017
1 parent 482a41f commit 3431d64
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion prog/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,6 @@ func appMain(flags appFlags) {
if flags.logHTTP {
handler = middleware.Log{
LogRequestHeaders: flags.logHTTPHeaders,
LogSuccess: false,
}.Wrap(handler)
}

Expand Down

0 comments on commit 3431d64

Please sign in to comment.