mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2025-01-03 08:37:37 +00:00
make less aggressive log (#1786)
This commit is contained in:
parent
4b0249b89e
commit
9de86c0d3a
@ -70,7 +70,7 @@ func run(ctx context.Context, v Validator) {
|
|||||||
log.WithFields(logrus.Fields{
|
log.WithFields(logrus.Fields{
|
||||||
"slot": slot - params.BeaconConfig().GenesisSlot,
|
"slot": slot - params.BeaconConfig().GenesisSlot,
|
||||||
"role": role,
|
"role": role,
|
||||||
}).Warn("Unknown role, doing nothing")
|
}).Info("Unknown role, doing nothing")
|
||||||
default:
|
default:
|
||||||
// Do nothing :)
|
// Do nothing :)
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user