prysm-pulse/validator/slashing-protection/local/standard-protection-format/log.go
Radosław Kapka 5fd03f8fb0
Unify the pattern of using a package-level logger (#8245)
Co-authored-by: Preston Van Loon <preston@prysmaticlabs.com>
2021-01-11 20:03:28 +00:00

6 lines
131 B
Go

package interchangeformat
import "github.com/sirupsen/logrus"
var log = logrus.WithField("prefix", "slashing-protection-format")