mirror of
https://github.com/gabehf/Koito.git
synced 2026-03-14 09:55:55 -07:00
chore: change default log level to info
This commit is contained in:
parent
83eeff446a
commit
20cc4ce27a
1 changed files with 1 additions and 1 deletions
|
|
@ -144,7 +144,7 @@ func loadConfig(getenv func(string) string) (*config, error) {
|
||||||
case "fatal":
|
case "fatal":
|
||||||
cfg.logLevel = 4
|
cfg.logLevel = 4
|
||||||
default:
|
default:
|
||||||
cfg.logLevel = 0
|
cfg.logLevel = 1
|
||||||
}
|
}
|
||||||
return cfg, nil
|
return cfg, nil
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue