Authored by xuhui

去除无用的日志

@@ -69,15 +69,9 @@ public class TopoSwitchCtrl { @@ -69,15 +69,9 @@ public class TopoSwitchCtrl {
69 luaType = "aws"; 69 luaType = "aws";
70 } 70 }
71 } 71 }
72 -  
73 - logger.info("getNgixnStatus 1...");  
74 -  
75 //nginx 72 //nginx
76 BaseResponse<Map<String, List<Map<String, Object>>>> response = httpRestClient.exchangeForget(HttpUriContants.VIEW_NGINX_CONF, new ParameterizedTypeReference<BaseResponse<Map<String, List<Map<String, Object>>>>>() { 73 BaseResponse<Map<String, List<Map<String, Object>>>> response = httpRestClient.exchangeForget(HttpUriContants.VIEW_NGINX_CONF, new ParameterizedTypeReference<BaseResponse<Map<String, List<Map<String, Object>>>>>() {
77 }, null); 74 }, null);
78 -  
79 - logger.info("getNgixnStatus 2...");  
80 -  
81 Map<String, List<Map<String, Object>>> map = response.getData(); 75 Map<String, List<Map<String, Object>>> map = response.getData();
82 List<Map<String, Object>> awsList = map.get("awsList"); 76 List<Map<String, Object>> awsList = map.get("awsList");
83 List<Map<String, Object>> qcloudList = map.get("qcloudList"); 77 List<Map<String, Object>> qcloudList = map.get("qcloudList");
@@ -144,9 +138,6 @@ public class TopoSwitchCtrl { @@ -144,9 +138,6 @@ public class TopoSwitchCtrl {
144 }catch (Exception e){ 138 }catch (Exception e){
145 logger.error(" TopoSwitchCtrl - getNgixnStatus - https://dnsapi.cn/Record.Info - err", e); 139 logger.error(" TopoSwitchCtrl - getNgixnStatus - https://dnsapi.cn/Record.Info - err", e);
146 } 140 }
147 -  
148 - logger.info("getNgixnStatus 3...");  
149 -  
150 resultMap.put("luaType", luaType); 141 resultMap.put("luaType", luaType);
151 resultMap.put("awsApiNginx", awsApiNginx); 142 resultMap.put("awsApiNginx", awsApiNginx);
152 resultMap.put("awsGrayNginx", awsGrayNginx); 143 resultMap.put("awsGrayNginx", awsGrayNginx);