mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-01-09 15:37:56 -05:00
Add a journald log format option. (#7429)
* Add a journald log format option. Add an accepted value "journald" for the --log-format flag so that logs are directed to journald with the correct error level. * fix docker images Co-authored-by: Preston Van Loon <preston@prysmaticlabs.com>
This commit is contained in:
1
go.mod
1
go.mod
@@ -106,6 +106,7 @@ require (
|
||||
github.com/wealdtech/go-eth2-wallet-nd/v2 v2.3.0
|
||||
github.com/wealdtech/go-eth2-wallet-store-filesystem v1.16.1
|
||||
github.com/wealdtech/go-eth2-wallet-types/v2 v2.6.0
|
||||
github.com/wercker/journalhook v0.0.0-20180428041537-5d0a5ae867b3 // indirect
|
||||
github.com/x-cray/logrus-prefixed-formatter v0.5.2
|
||||
go.etcd.io/bbolt v1.3.4
|
||||
go.opencensus.io v0.22.4
|
||||
|
||||
Reference in New Issue
Block a user