mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2025-01-07 02:02:18 +00:00
7a9608ea20
* Normalize backfill logs * improve flag desc * review
6 lines
104 B
Go
6 lines
104 B
Go
package backfill
|
|
|
|
import "github.com/sirupsen/logrus"
|
|
|
|
var log = logrus.WithField("prefix", "backfill")
|