mirror of
https://github.com/gabehf/Koito.git
synced 2026-03-07 21:48:18 -08: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":
|
||||
cfg.logLevel = 4
|
||||
default:
|
||||
cfg.logLevel = 0
|
||||
cfg.logLevel = 1
|
||||
}
|
||||
return cfg, nil
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue