This website requires JavaScript.
Explore
Help
Sign In
mirror
/
prysm-pulse
Watch
1
Star
0
Fork
0
You've already forked prysm-pulse
mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced
2024-12-22 19:40:37 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
6782df917a
prysm-pulse
/
validator
/
web
/
log.go
6 lines
94 B
Go
Raw
Normal View
History
Unescape
Escape
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
package
web
import
"github.com/sirupsen/logrus"
Improve vc logs (#13573) * duties * atts * revert some changes * revert timeTillDuty * Manu's review * Revert "Auxiliary commit to revert individual files from 6806ca9fbe18101f58ccb40fe191c61c183735a8" This reverts commit 0820c870d2627950179b0edf7ce62ee4fa4a03a3. * remove trash * more reivew * making Manu happy * test fixes
2024-02-08 18:24:03 +00:00
var
log
=
logrus
.
WithField
(
"prefix"
,
"web"
)
Reference in New Issue
Copy Permalink