mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-03-11 13:49:02 +00:00
cmd/mist: use utils.SetupLogger
This commit is contained in:
parent
3b9808f23c
commit
62671c93c4
1 changed files with 4 additions and 0 deletions
|
|
@ -86,6 +86,10 @@ func init() {
|
|||
utils.BlockchainVersionFlag,
|
||||
utils.NetworkIdFlag,
|
||||
}
|
||||
app.Before = func(ctx *cli.Context) error {
|
||||
utils.SetupLogger(ctx)
|
||||
return nil
|
||||
}
|
||||
}
|
||||
|
||||
func main() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue