Skip to content

Commit

Permalink
Changing the log level to debug as this information is surfaced in stats
Browse files Browse the repository at this point in the history
  • Loading branch information
saikaranam-amazon committed Sep 8, 2021
1 parent 2081102 commit 5ba78e8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ class TransportGetChangesAction @Inject constructor(threadPool: ThreadPool, clus

// Translog fetch is disabled or not found
if(!fetchFromTranslog) {
log.info("Fetching changes from lucene for ${request.shardId} - from:${request.fromSeqNo}, to:$toSeqNo")
log.debug("Fetching changes from lucene for ${request.shardId} - from:${request.fromSeqNo}, to:$toSeqNo")
relativeStartNanos = System.nanoTime()
indexShard.newChangesSnapshot("odr", request.fromSeqNo, toSeqNo, true).use { snapshot ->
ops = ArrayList(snapshot.totalOperations())
Expand Down

0 comments on commit 5ba78e8

Please sign in to comment.