mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-01-09 15:37:56 -05:00
reduce validator registration logs (#14370)
* reduce validator registration logs * reverting a log change that's probably better as warn * Update CHANGELOG.md --------- Co-authored-by: Preston Van Loon <pvanloon@offchainlabs.com> Co-authored-by: Preston Van Loon <preston@pvl.dev>
This commit is contained in:
@@ -52,7 +52,7 @@ func SubmitValidatorRegistrations(
|
||||
}
|
||||
|
||||
if lastErr == nil {
|
||||
log.Infoln("Submitted builder validator registration settings for custom builders")
|
||||
log.Debugln("Submitted builder validator registration settings for custom builders")
|
||||
} else {
|
||||
log.WithError(lastErr).Warn("Could not submit all signed registrations to beacon node")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user