Commit 32086f31 authored by shenjiaqing's avatar shenjiaqing

提交代码

parent 341d077a
...@@ -150,7 +150,7 @@ public class CacheConfig { ...@@ -150,7 +150,7 @@ public class CacheConfig {
} }
String result = HttpRequestUtils.sendHttp(list.get(0).getHomePageUrl() + "/local/getCacheMap", null, appName); String result = HttpRequestUtils.sendHttp(list.get(0).getHomePageUrl() + "/local/getCacheMap", null, appName);
if (StringUtils.isBlank(result)) { if (StringUtils.isBlank(result)) {
logger.warn("Cache preheating failed,because request {} ,response {}", list.get(0).getHomePageUrl() + "/local/getCacheMap", result); logger.warn("Cache preheating failed,because request {} ,response {}, instance status{}", list.get(0).getHomePageUrl() + "/local/getCacheMap", result, list.get(0).getStatus());
return; return;
} }
......
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