Authored by Gino Zhang

打印bulkList参数到日志

... ... @@ -176,7 +176,7 @@ public class IndexController implements ApplicationEventPublisherAware {
}
}
logger.info("[func=updateIndex][indexName={}][updateIdList={}][deleteIdList={}]", indexName, updateIdList, deleteIdList);
logger.info("[func=updateIndex][indexName={}][updateIdList={}][deleteIdList={}][bulkList={}]", indexName, updateIdList, deleteIdList, bulkList);
yohoIndexService.bulk(bulkList);
logger.info("[func=updateIndex][indexName={}][cost={}]", indexName, (System.currentTimeMillis() - begin));
} catch (Exception e) {
... ...