mirror of
https://github.com/fluencelabs/tendermint
synced 2025-05-11 22:37:11 +00:00
Debora's default log level is notice
This commit is contained in:
parent
f51cfc03ea
commit
f97d19fb1f
2
Godeps/_workspace/src/github.com/tendermint/log15/logger.go
generated
vendored
2
Godeps/_workspace/src/github.com/tendermint/log15/logger.go
generated
vendored
@ -50,7 +50,7 @@ func LvlFromString(lvlString string) (Lvl, error) {
|
||||
return LvlDebug, nil
|
||||
case "info":
|
||||
return LvlInfo, nil
|
||||
case "note":
|
||||
case "notice", "note":
|
||||
return LvlNotice, nil
|
||||
case "warn":
|
||||
return LvlWarn, nil
|
||||
|
@ -35,7 +35,7 @@ func main() {
|
||||
fmt.Printf("New Debora Process (PID: %d)\n", os.Getpid())
|
||||
|
||||
// Apply bare tendermint/* configuration.
|
||||
cfg.ApplyConfig(cfg.MapConfig(map[string]interface{}{"log_level": "info"}))
|
||||
cfg.ApplyConfig(cfg.MapConfig(map[string]interface{}{"log_level": "notice"}))
|
||||
|
||||
rootDir := os.Getenv("DEBROOT")
|
||||
if rootDir == "" {
|
||||
|
Loading…
x
Reference in New Issue
Block a user