mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-01-09 23:48:06 -05:00
Normalize backfill logs/errors (#13642)
* Normalize backfill logs * improve flag desc * review
This commit is contained in:
5
beacon-chain/sync/backfill/log.go
Normal file
5
beacon-chain/sync/backfill/log.go
Normal file
@@ -0,0 +1,5 @@
|
||||
package backfill
|
||||
|
||||
import "github.com/sirupsen/logrus"
|
||||
|
||||
var log = logrus.WithField("prefix", "backfill")
|
||||
Reference in New Issue
Block a user