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:
james-prysm
2024-08-23 11:47:47 -05:00
committed by GitHub
parent 6ad8a104dd
commit 261921ae4c
2 changed files with 2 additions and 1 deletions

View File

@@ -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")
}