Authored by jack

add debug info

... ... @@ -103,7 +103,8 @@ public class PointBuilder {
DEBUG.error("Failed to find value by key {},error {}", key, e);
}
DEBUG.info("Find zabbix item key {} id {} value {}", key, itemId, itemValue);
return itemValue;
}
}
... ...