aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/mist/main.go
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2015-05-29 00:01:40 +0800
committerobscuren <geffobscura@gmail.com>2015-05-29 00:01:40 +0800
commitf082c1b8959c1c729a4b62d6ff101d7569e8ba0f (patch)
treed19fdc2e8982a64d93612677dc2722dd41c8dbd3 /cmd/mist/main.go
parent70867904a0255bd044851585a9ad2dc34391ced2 (diff)
parentd51d74eb55535db7670ad336d186ea64c6a2ff81 (diff)
downloadgo-tangerine-f082c1b8959c1c729a4b62d6ff101d7569e8ba0f.tar
go-tangerine-f082c1b8959c1c729a4b62d6ff101d7569e8ba0f.tar.gz
go-tangerine-f082c1b8959c1c729a4b62d6ff101d7569e8ba0f.tar.bz2
go-tangerine-f082c1b8959c1c729a4b62d6ff101d7569e8ba0f.tar.lz
go-tangerine-f082c1b8959c1c729a4b62d6ff101d7569e8ba0f.tar.xz
go-tangerine-f082c1b8959c1c729a4b62d6ff101d7569e8ba0f.tar.zst
go-tangerine-f082c1b8959c1c729a4b62d6ff101d7569e8ba0f.zip
Merge branch 'release/0.9.26'
Diffstat (limited to 'cmd/mist/main.go')
-rw-r--r--cmd/mist/main.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/cmd/mist/main.go b/cmd/mist/main.go
index 8365fcec1..e8ae9b5e1 100644
--- a/cmd/mist/main.go
+++ b/cmd/mist/main.go
@@ -86,6 +86,10 @@ func init() {
utils.BlockchainVersionFlag,
utils.NetworkIdFlag,
}
+ app.Before = func(ctx *cli.Context) error {
+ utils.SetupLogger(ctx)
+ return nil
+ }
}
func main() {