修改异步更新日志显示级别
This commit is contained in:
parent
a9ef62dfb0
commit
07f5fbca47
@ -732,7 +732,7 @@ public class EsGoodsIndexServiceImpl extends BaseElasticsearchService implements
|
||||
return new ActionListener<BulkByScrollResponse>() {
|
||||
@Override
|
||||
public void onResponse(BulkByScrollResponse bulkByScrollResponse) {
|
||||
log.debug("UpdateByQueryResponse: {}", bulkByScrollResponse);
|
||||
log.info("UpdateByQueryResponse: {}", bulkByScrollResponse);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Loading…
x
Reference in New Issue
Block a user