mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-01-08 23:18:15 -05:00
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:
@@ -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
|
||||
|
||||
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user