| commit | cc47e31efc4e1e3309352c5d015965b85cc5b2ba | [log] [tgz] |
|---|---|---|
| author | alexanderkhimich <akhimich@apigee.com> | Tue Feb 21 18:27:22 2017 -0800 |
| committer | alexanderkhimich <akhimich@apigee.com> | Tue Feb 21 18:27:22 2017 -0800 |
| tree | aaca5128b353874d9432f2c0967339144a2d2f85 | |
| parent | 1c365bf14745103bb1a96317e7541da100207964 [diff] |
added more logging
diff --git a/api.go b/api.go index 4152e07..1beff16 100644 --- a/api.go +++ b/api.go
@@ -314,7 +314,7 @@ } for { - log.Debugf("transmitting deployment results to tracker: %s", string(resultJSON)) + log.Debugf("transmitting deployment results to tracker by URL=%s data=%s",uri.String(), string(resultJSON)) req, err := http.NewRequest("PUT", uri.String(), bytes.NewReader(resultJSON)) req.Header.Add("Content-Type", "application/json") addHeaders(req)