Log cache recycler clear call as debug

This commit is contained in:
Simon Willnauer 2014-05-13 11:37:46 +02:00
parent 53db387698
commit 1feddac315
1 changed files with 1 additions and 1 deletions

View File

@ -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();
}