Unify the pattern of using a package-level logger (#8245)

Co-authored-by: Preston Van Loon <preston@prysmaticlabs.com>
This commit is contained in:
Radosław Kapka
2021-01-11 21:03:28 +01:00
committed by GitHub
parent 18bb86754a
commit 5fd03f8fb0
127 changed files with 281 additions and 146 deletions

View File

@@ -6,6 +6,7 @@ go_library(
srcs = [
"alias.go",
"cmd.go",
"log.go",
"restore.go",
],
importpath = "github.com/prysmaticlabs/prysm/validator/db",