added warn logging to hystrix dashboard proxy servlet
This commit is contained in:
@@ -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());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user