Set default log level to info
This commit is contained in:
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
|
||||||
|
Reference in New Issue
Block a user