added debug logging to hystrix dashboard proxy servlet

This commit is contained in:
Spencer Gibb
2015-03-27 10:11:38 -06:00
parent 370ce804e3
commit 20bb1af655

View File

@@ -187,6 +187,10 @@ public class HystrixDashboardConfiguration {
}
}
}
else {
log.debug("Failed opening connection to " + proxyUrl + " : "
+ statusCode + " : " + httpResponse.getStatusLine());
}
}
catch (Exception ex) {
log.error("Error proxying request: " + url, ex);