added warn logging to hystrix dashboard proxy servlet

This commit is contained in:
Spencer Gibb
2015-03-27 10:57:03 -06:00
parent 20bb1af655
commit 814f7e9283

View File

@@ -188,7 +188,7 @@ public class HystrixDashboardConfiguration {
}
}
else {
log.debug("Failed opening connection to " + proxyUrl + " : "
log.warn("Failed opening connection to " + proxyUrl + " : "
+ statusCode + " : " + httpResponse.getStatusLine());
}
}