Skip to content

Commit

Permalink
server: Mute HTTP handler logs (pingcap#15015)
Browse files Browse the repository at this point in the history
  • Loading branch information
breezewish authored Feb 29, 2020
1 parent 0f1974e commit 3166ff4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion server/http_handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@ func writeData(w http.ResponseWriter, data interface{}) {
writeError(w, err)
return
}
logutil.BgLogger().Info(string(js))
// write response
w.Header().Set(headerContentType, contentTypeJSON)
w.WriteHeader(http.StatusOK)
Expand Down

0 comments on commit 3166ff4

Please sign in to comment.