Skip to content

Commit

Permalink
revert back to trace
Browse files Browse the repository at this point in the history
  • Loading branch information
Hellblazer committed May 22, 2024
1 parent 0b14641 commit b0b1b56
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -527,7 +527,7 @@ public void rebalance(int newCardinality) {
});
}
assert rings.size() == ringCount : "Ring count: " + rings.size() + " does not match: " + ringCount;
log.info("Rebalanced: {} from: {} to: {} tolerance: {}", id, currentCount, rings.size(), toleranceLevel());
log.debug("Rebalanced: {} from: {} to: {} tolerance: {}", id, currentCount, rings.size(), toleranceLevel());
}

@Override
Expand Down

0 comments on commit b0b1b56

Please sign in to comment.