remove payload from log (#3135)
This commit is contained in:
parent
5ba5ddf062
commit
a7c2633e4e
1 changed files with 1 additions and 1 deletions
|
@ -834,7 +834,7 @@ func post(url string, data interface{}) error {
|
||||||
return err
|
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))
|
resp, err := http.Post(url, "application/json", bytes.NewReader(buf))
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
|
Loading…
Reference in a new issue