Merge pull request #334 from marcingrzejszczak/patch-1
Reason why Eureka instance is not found, is not visible
This commit is contained in:
@@ -136,7 +136,7 @@ public class EurekaInstanceDiscovery implements InstanceDiscovery {
|
||||
}
|
||||
}
|
||||
catch (Exception e) {
|
||||
log.info("Failed to retrieve instances from Eureka");
|
||||
log.warn("Failed to retrieve instances from Eureka", e);
|
||||
}
|
||||
return instances;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user