Log cache recycler clear call as debug
This commit is contained in:
parent
53db387698
commit
1feddac315
|
@ -144,7 +144,7 @@ public class TransportClearIndicesCacheAction extends TransportBroadcastOperatio
|
|||
}
|
||||
}
|
||||
if (request.recycler()) {
|
||||
logger.info("Clear CacheRecycler on index [{}]", service.index());
|
||||
logger.debug("Clear CacheRecycler on index [{}]", service.index());
|
||||
clearedAtLeastOne = true;
|
||||
// cacheRecycler.clear();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue