mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-01 16:39:11 +00:00
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…
x
Reference in New Issue
Block a user