turns down logging output to debug (#4032)

Signed-off-by: Justin Florentine <justin+github@florentine.us>
pull/4037/head
Justin Florentine 2 years ago committed by GitHub
parent 6031ed43e5
commit 68c843875d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      ethereum/eth/src/main/java/org/hyperledger/besu/ethereum/eth/sync/SyncTargetManager.java

@ -82,7 +82,7 @@ public abstract class SyncTargetManager {
return waitForPeerAndThenSetSyncTarget();
}
final SyncTarget syncTarget = new SyncTarget(bestPeer, target);
LOG.info(
LOG.debug(
"Found common ancestor with peer {} at block {}",
bestPeer,
target.getNumber());

Loading…
Cancel
Save