Update "Requesting parent block..." to debug level (#7508)

Co-authored-by: Nishant Das <nishdas93@gmail.com>
This commit is contained in:
terence tsao 2020-10-12 07:41:59 -07:00 committed by GitHub
parent 9434d66ad0
commit db48e12270
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -113,7 +113,7 @@ func (s *Service) processPendingBlocks(ctx context.Context) error {
log.WithFields(logrus.Fields{
"currentSlot": b.Block.Slot,
"parentRoot": hex.EncodeToString(bytesutil.Trunc(b.Block.ParentRoot)),
}).Info("Requesting parent block")
}).Debug("Requesting parent block")
parentRoots = append(parentRoots, bytesutil.ToBytes32(b.Block.ParentRoot))
span.End()