Skip to content

Commit

Permalink
Merge pull request #26 from foodora/no-ticket-changed-log-level-for-h…
Browse files Browse the repository at this point in the history
…ttp-requests

Changed log level from Info to Debug for HTTP Requests
  • Loading branch information
fabioesposito committed Oct 4, 2017
2 parents 0670913 + 693db97 commit 3ac76b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ranger_http/middleware.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ func LoggerMiddleware(next http.Handler) http.Handler {
message.WriteString(" ")
message.WriteString(r.RequestURI)

logger.Info(
logger.Debug(
message.String(),
ranger_logger.LoggerData{
"method": r.Method,
Expand Down

0 comments on commit 3ac76b3

Please sign in to comment.