Commit 20bb1af6 by Spencer Gibb

added debug logging to hystrix dashboard proxy servlet

parent 370ce804
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment