mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-26 03:01:42 +00:00
Reset log after config changes.
This commit is contained in:
@ -60,7 +60,7 @@ func init() {
|
||||
app.Set("PrivValidatorFile", rootDir+"/priv_validator.json")
|
||||
app.Set("Log.Stdout.Level", "debug")
|
||||
config.SetApp(app)
|
||||
logger.InitLog()
|
||||
logger.Reset()
|
||||
// start a node
|
||||
ready := make(chan struct{})
|
||||
go newNode(ready)
|
||||
|
Reference in New Issue
Block a user