Showing
1 changed file
with
2 additions
and
2 deletions
@@ -218,7 +218,7 @@ public class ZabbixAlarm { | @@ -218,7 +218,7 @@ public class ZabbixAlarm { | ||
218 | //system.cpu在另外一个库中,调用另一个接口 | 218 | //system.cpu在另外一个库中,调用另一个接口 |
219 | if (StringUtils.startsWith(itemInfo.getKeyName(), "system.cpu")) { | 219 | if (StringUtils.startsWith(itemInfo.getKeyName(), "system.cpu")) { |
220 | 220 | ||
221 | - DEBUG.info("Start to query dhistoryinfo by item {}",itemInfo); | 221 | + DEBUG.debug("Start to query dhistoryinfo by item {}",itemInfo); |
222 | 222 | ||
223 | ZabbixDHistoryInfo dHistoryInfo = historyMapper.queryDHistoryInfo(itemInfo.getItemId()); | 223 | ZabbixDHistoryInfo dHistoryInfo = historyMapper.queryDHistoryInfo(itemInfo.getItemId()); |
224 | 224 | ||
@@ -226,7 +226,7 @@ public class ZabbixAlarm { | @@ -226,7 +226,7 @@ public class ZabbixAlarm { | ||
226 | historyList.add(dHistoryInfo); | 226 | historyList.add(dHistoryInfo); |
227 | } | 227 | } |
228 | } else { | 228 | } else { |
229 | - DEBUG.info("Start to query historyinfo by item {}",itemInfo); | 229 | + DEBUG.debug("Start to query historyinfo by item {}",itemInfo); |
230 | 230 | ||
231 | ZabbixUHistoryInfo uHistoryInfo = historyMapper.queryUHistoryInfo(itemInfo.getItemId()); | 231 | ZabbixUHistoryInfo uHistoryInfo = historyMapper.queryUHistoryInfo(itemInfo.getItemId()); |
232 | 232 |
-
Please register or login to post a comment