mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2025-01-12 04:30:04 +00:00
Turn init-sync FSM logs to trace level (#7670)
* trace * go fmt Co-authored-by: Preston Van Loon <preston@prysmaticlabs.com>
This commit is contained in:
parent
c1c0b53c25
commit
4fc0a50569
@ -190,11 +190,10 @@ func (q *blocksQueue) loop() {
|
||||
}
|
||||
|
||||
log.WithFields(logrus.Fields{
|
||||
"highestExpectedSlot": q.highestExpectedSlot,
|
||||
"noRequiredPeersErrRetries": q.exitConditions.noRequiredPeersErrRetries,
|
||||
"headSlot": q.headFetcher.HeadSlot(),
|
||||
"state": q.smm,
|
||||
}).Debug("tick")
|
||||
"highestExpectedSlot": q.highestExpectedSlot,
|
||||
"headSlot": q.headFetcher.HeadSlot(),
|
||||
"state": q.smm.String(),
|
||||
}).Trace("tick")
|
||||
|
||||
select {
|
||||
case <-ticker.C:
|
||||
|
Loading…
Reference in New Issue
Block a user