Skip to content

Commit

Permalink
making replication log as trace (#3000)
Browse files Browse the repository at this point in the history
  • Loading branch information
manbearpig1996 authored Feb 5, 2025
1 parent 2ed0456 commit c667798
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2275,7 +2275,7 @@ private boolean shouldEnqueue() {
.max(Comparator.naturalOrder())
.orElse(0);
if (maxIterationsDoneByAnyGroup >= continuousReplicationGroupIterationLimit) {
logger.info("Thread name: {} not creating new groups as iteration limit {} reached", threadName,
logger.trace("Thread name: {} not creating new groups as iteration limit {} reached", threadName,
maxIterationsDoneByAnyGroup);
return false;
}
Expand Down

0 comments on commit c667798

Please sign in to comment.