Commit 688b577d by Spencer Gibb

Merge pull request #334 from marcingrzejszczak/patch-1

Reason why Eureka instance is not found, is not visible
parents 85b7ccf6 eed9b996
...@@ -136,7 +136,7 @@ public class EurekaInstanceDiscovery implements InstanceDiscovery { ...@@ -136,7 +136,7 @@ public class EurekaInstanceDiscovery implements InstanceDiscovery {
} }
} }
catch (Exception e) { catch (Exception e) {
log.info("Failed to retrieve instances from Eureka"); log.warn("Failed to retrieve instances from Eureka", e);
} }
return instances; return instances;
} }
......
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