Skip to content

Commit

Permalink
remove payload from log
Browse files Browse the repository at this point in the history
  • Loading branch information
Zenara Daley committed Sep 26, 2018
1 parent 697d876 commit e9c1da9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/ingress/controller/nginx.go
Original file line number Diff line number Diff line change
Expand Up @@ -834,7 +834,7 @@ func post(url string, data interface{}) error {
return err
}

glog.V(2).Infof("Posting to %s: %s", url, buf)
glog.V(2).Infof("Posting to %s", url)

resp, err := http.Post(url, "application/json", bytes.NewReader(buf))
if err != nil {
Expand Down

0 comments on commit e9c1da9

Please sign in to comment.