Skip to content

Commit

Permalink
Tweak log level to avoid spamming log (#7232) (#7234)
Browse files Browse the repository at this point in the history
This is a common case and info level logging will result in a ton of
unhelpful log entries.


(cherry picked from commit 4088812)

Signed-off-by: Andrew Ross <[email protected]>
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
1 parent c462b2f commit df0d8e2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ void balance() {
logger.trace("Performing balancing for remote shards.");

if (remoteRoutingNodes.isEmpty()) {
logger.info("No eligible remote nodes found to perform balancing");
logger.debug("No eligible remote nodes found to perform balancing");
return;
}

Expand Down

0 comments on commit df0d8e2

Please sign in to comment.