Skip to content

Commit

Permalink
Reduce log level of skipping finalization message to DEBUG (#870)
Browse files Browse the repository at this point in the history
It is printed per finalised instance, which is too verbose during
passive testing.
  • Loading branch information
masih authored Feb 4, 2025
1 parent 740dd94 commit 30fac2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion host.go
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ func (h *gpbftRunner) Start(ctx context.Context) (_err error) {
}
} else {
ts := cert.ECChain.Head()
log.Infow("skipping finalization of a new head because the current manifest specifies that tipsets should not be finalized",
log.Debugw("skipping finalization of a new head because the current manifest specifies that tipsets should not be finalized",
"tsk", ts.Key,
"epoch", ts.Epoch,
)
Expand Down

0 comments on commit 30fac2e

Please sign in to comment.