mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-09 14:34:43 +00:00
Logging shard level multi percolate errors under debug rather than trace
This commit is contained in:
parent
649108656d
commit
ffd019c07e
@ -104,7 +104,7 @@ public class TransportShardMultiPercolateAction extends TransportShardSingleOper
|
||||
try {
|
||||
responseItem.response = percolatorService.percolate(item.request);
|
||||
} catch (Throwable e) {
|
||||
logger.trace("[{}][{}] failed to multi percolate", e, request.index(), request.shardId());
|
||||
logger.debug("[{}][{}] failed to multi percolate", e, request.index(), request.shardId());
|
||||
if (TransportActions.isShardNotAvailableException(e)) {
|
||||
throw new ElasticSearchException("", e);
|
||||
} else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user