Set default log level to info
This commit is contained in:
parent
c82bd6a554
commit
21d8bec382
2
main.go
2
main.go
@ -38,7 +38,7 @@ type CLI struct {
|
|||||||
|
|
||||||
Version VersionFlag `name:"version" help:"print version information and quit"`
|
Version VersionFlag `name:"version" help:"print version information and quit"`
|
||||||
|
|
||||||
LogLevel LogLevelFlag `enum:"debug,info,warn,error" default:"debug"`
|
LogLevel LogLevelFlag `enum:"debug,info,warn,error" default:"info"`
|
||||||
}
|
}
|
||||||
|
|
||||||
type LogLevelFlag string
|
type LogLevelFlag string
|
||||||
|
Loading…
Reference in New Issue
Block a user