add flush logging

This commit is contained in:
kimchy 2010-06-05 03:10:55 +03:00
parent bcbc0dd741
commit ef1866aed4
1 changed files with 1 additions and 1 deletions

View File

@ -359,7 +359,7 @@ public class InternalIndexShard extends AbstractIndexShardComponent implements I
@Override public void flush(Engine.Flush flush) throws ElasticSearchException {
writeAllowed();
if (logger.isTraceEnabled()) {
logger.trace("Flush");
logger.trace("Flush with {}", flush);
}
engine.flush(flush);
}