boxidau / rax-autoscaler

Apache License 2.0
5 stars 2 forks source link

log result of webhook #84

Closed jon-walton closed 9 years ago

jon-walton commented 9 years ago

webhook_call currently logs the fact that it's doing a call logger.info("Sending POST request to url: '%s'" % url) but it does not log the result of that call unless urllib2 throws an exception.

We should probably log the status code (at least) of the response.