mirror of
https://github.com/tendermint/tendermint.git
synced 2026-01-06 13:26:23 +00:00
fixes from review
This commit is contained in:
@@ -9,12 +9,11 @@ import (
|
||||
)
|
||||
|
||||
var (
|
||||
config *cfg.Config
|
||||
config = cfg.DefaultConfig()
|
||||
log = logger.New("module", "main")
|
||||
)
|
||||
|
||||
func init() {
|
||||
config = cfg.DefaultConfig()
|
||||
RootCmd.PersistentFlags().String("log_level", config.LogLevel, "Log level")
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user