Skip to content

Commit

Permalink
change info log to trace log
Browse files Browse the repository at this point in the history
Signed-off-by: Rahul Karajgikar <[email protected]>
  • Loading branch information
Rahul Karajgikar committed Sep 25, 2024
1 parent bd80ae6 commit 574b12a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ protected synchronized void processAsyncFetch(List<T> responses, List<FailedNode
logger.trace("{} ignoring fetched [{}] results, already closed", reroutingKey, type);
return;
}
logger.info("{} processing fetched [{}] results", reroutingKey, type);
logger.trace("{} processing fetched [{}] results", reroutingKey, type);

if (responses != null) {
cache.processResponses(responses, fetchingRound);
Expand Down

0 comments on commit 574b12a

Please sign in to comment.