Merge branch '2.2.x'

This commit is contained in:
spencergibb
2021-03-03 16:23:18 -05:00

View File

@@ -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);
}
}