mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2024-12-25 04:47:18 +00:00
Add log file (#4999)
This commit is contained in:
parent
26582cbf2e
commit
a612557fe7
@ -4,6 +4,7 @@ go_library(
|
||||
name = "go_default_library",
|
||||
srcs = [
|
||||
"epoch_boundary_root.go",
|
||||
"log.go",
|
||||
"replay.go",
|
||||
"service.go",
|
||||
],
|
||||
@ -18,6 +19,7 @@ go_library(
|
||||
"//shared/featureconfig:go_default_library",
|
||||
"@com_github_pkg_errors//:go_default_library",
|
||||
"@com_github_prysmaticlabs_ethereumapis//eth/v1alpha1:go_default_library",
|
||||
"@com_github_sirupsen_logrus//:go_default_library",
|
||||
"@io_opencensus_go//trace:go_default_library",
|
||||
],
|
||||
)
|
||||
|
5
beacon-chain/state/stategen/log.go
Normal file
5
beacon-chain/state/stategen/log.go
Normal file
@ -0,0 +1,5 @@
|
||||
package stategen
|
||||
|
||||
import "github.com/sirupsen/logrus"
|
||||
|
||||
var log = logrus.WithField("prefix", "state-gen")
|
Loading…
Reference in New Issue
Block a user