Skip to content

Commit

Permalink
reduce validator registration logs (#14370)
Browse files Browse the repository at this point in the history
* reduce validator registration logs

* reverting a log change that's probably better as warn

* Update CHANGELOG.md

---------

Co-authored-by: Preston Van Loon <[email protected]>
Co-authored-by: Preston Van Loon <[email protected]>
  • Loading branch information
3 people authored Aug 23, 2024
1 parent 6ad8a10 commit 261921a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ The format is based on Keep a Changelog, and this project adheres to Semantic Ve
- Beacon chain now asserts that the external builder block uses the expected gas limit.
- Electra: Add electra objects to beacon API.
- Electra: Updated block publishing beacon APIs to support Electra.
- "Submitted builder validator registration settings for custom builders" log message moved to debug level.

### Deprecated

Expand Down
2 changes: 1 addition & 1 deletion validator/client/registration.go
Original file line number Diff line number Diff line change
Expand Up @@ -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")
}
Expand Down

0 comments on commit 261921a

Please sign in to comment.