Skip to content

Commit 574b12a

Browse files
author
Rahul Karajgikar
committed
change info log to trace log
Signed-off-by: Rahul Karajgikar <[email protected]>
1 parent bd80ae6 commit 574b12a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/main/java/org/opensearch/gateway/AsyncShardFetch.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ protected synchronized void processAsyncFetch(List<T> responses, List<FailedNode
225225
logger.trace("{} ignoring fetched [{}] results, already closed", reroutingKey, type);
226226
return;
227227
}
228-
logger.info("{} processing fetched [{}] results", reroutingKey, type);
228+
logger.trace("{} processing fetched [{}] results", reroutingKey, type);
229229

230230
if (responses != null) {
231231
cache.processResponses(responses, fetchingRound);

0 commit comments

Comments
 (0)