Skip to content

Commit

Permalink
Lower log level of headers handling message.
Browse files Browse the repository at this point in the history
  • Loading branch information
KarlTheProgrammer committed Apr 12, 2022
1 parent eb47571 commit 2eda274
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion handlers.go
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ func (n *BitcoinNode) handleHeadersTrack(ctx context.Context, header *wire.Messa
}

nanoseconds := time.Since(start).Nanoseconds()
logger.VerboseWithFields(ctx, []logger.Field{
logger.DebugWithFields(ctx, []logger.Field{
logger.Stringer("first_block_hash", firstHash),
logger.Uint64("header_count", count),
logger.MillisecondsFromNano("average_ms", nanoseconds/int64(count)),
Expand Down

0 comments on commit 2eda274

Please sign in to comment.