Improve vc logs (#13573)

* duties

* atts

* revert some changes

* revert timeTillDuty

* Manu's review

* Revert "Auxiliary commit to revert individual files from 6806ca9fbe18101f58ccb40fe191c61c183735a8"

This reverts commit 0820c870d2627950179b0edf7ce62ee4fa4a03a3.

* remove trash

* more reivew

* making Manu happy

* test fixes
This commit is contained in:
Radosław Kapka
2024-02-08 19:24:03 +01:00
committed by GitHub
parent 5afb1255fe
commit 91504eb95a
22 changed files with 239 additions and 169 deletions

View File

@@ -91,7 +91,7 @@ func (km *Keymanager) ImportKeystores(
}
log.WithFields(logrus.Fields{
"publicKeys": CreatePrintoutOfKeys(importedKeys),
"pubkeys": CreatePrintoutOfKeys(importedKeys),
}).Info("Successfully imported validator key(s)")
// 5) Return Statuses

View File

@@ -4,4 +4,4 @@ import (
"github.com/sirupsen/logrus"
)
var log = logrus.WithField("prefix", "remote_web3signer_internal")
var log = logrus.WithField("prefix", "remote-web3signer-internal")