Commit 814f7e92 by Spencer Gibb

added warn logging to hystrix dashboard proxy servlet

parent 20bb1af6
......@@ -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());
}
}
......
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