Commit 62671c93 authored by Felix Lange's avatar Felix Lange

cmd/mist: use utils.SetupLogger

parent 3b9808f2
...@@ -86,6 +86,10 @@ func init() { ...@@ -86,6 +86,10 @@ func init() {
utils.BlockchainVersionFlag, utils.BlockchainVersionFlag,
utils.NetworkIdFlag, utils.NetworkIdFlag,
} }
app.Before = func(ctx *cli.Context) error {
utils.SetupLogger(ctx)
return nil
}
} }
func main() { func main() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment