mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-01-09 23:48:06 -05:00
Improved Logging for Blob Sidecar (#12883)
* feat: improve blob sidecar logs * Kasey's feedback
This commit is contained in:
@@ -181,12 +181,12 @@ func cliActionRequestBlobs(cliCtx *cli.Context) error {
|
||||
"index": b.Index,
|
||||
"commitment": fmt.Sprintf("%#x", b.KzgCommitment),
|
||||
"kzgProof": fmt.Sprintf("%#x", b.KzgProof),
|
||||
}).Info("Received blob")
|
||||
}).Info("Received blob sidecar")
|
||||
}
|
||||
log.WithFields(logrus.Fields{
|
||||
"numBlobs": len(blobs),
|
||||
"peer": pr.String(),
|
||||
}).Info("Received blobs from peer")
|
||||
}).Info("Received blob sidecars from peer")
|
||||
}
|
||||
return nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user