Set default log level to debug
This commit is contained in:
parent
f1f67e38ee
commit
c2c3837f44
2
main.go
2
main.go
@ -37,7 +37,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:"info"`
|
LogLevel LogLevelFlag `enum:"debug,info,warn,error" default:"debug"`
|
||||||
}
|
}
|
||||||
|
|
||||||
type LogLevelFlag string
|
type LogLevelFlag string
|
||||||
|
Loading…
Reference in New Issue
Block a user