Merge branch '2.2.x'
This commit is contained in:
@@ -107,9 +107,7 @@ public class DiscoveryClientServiceInstanceListSupplier implements ServiceInstan
|
||||
}
|
||||
|
||||
private void logException(Throwable error) {
|
||||
if (LOG.isDebugEnabled()) {
|
||||
LOG.debug(String.format("Exception occurred while retrieving instances for service %s", serviceId), error);
|
||||
}
|
||||
LOG.error(String.format("Exception occurred while retrieving instances for service %s", serviceId), error);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user