Authored by hugufei

去除垃圾日志

... ... @@ -27,7 +27,6 @@ public abstract class AbstractReloadEsCacheBean<ESObject, Cache> {
String functionName = this.getClass().getSimpleName() + " reloadFromEs ";
try {
long begin = System.currentTimeMillis();
RECALL_NEW_LOGGER.info(functionName + "begin ........");
List<ESObject> esObjectList = this.queryAllFromEs();
Cache tempCache = newTempCache();
for (ESObject esObject : esObjectList) {
... ...