Skip to content

Commit

Permalink
Change disconnect peer message to debug level. (#5503)
Browse files Browse the repository at this point in the history
Signed-off-by: Gabriel Fukushima <[email protected]>
  • Loading branch information
gfukushima authored May 26, 2023
1 parent a0c6052 commit df31435
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@ public void disconnectWorstUselessPeer() {
.findFirst()
.ifPresent(
peer -> {
LOG.atInfo()
LOG.atDebug()
.setMessage(
"disconnecting peer {}. Waiting for better peers. Current {} of max {}")
.addArgument(peer)
Expand Down

0 comments on commit df31435

Please sign in to comment.