feedback(influxd): Use InfoLevel constant
parent
c7c58275f9
commit
c8d70fdaf0
|
@ -122,7 +122,7 @@ func buildLauncherCommand(l *Launcher, cmd *cobra.Command) {
|
|||
{
|
||||
DestP: &l.logLevel,
|
||||
Flag: "log-level",
|
||||
Default: "info",
|
||||
Default: zapcore.InfoLevel.String(),
|
||||
Desc: "supported log levels are debug, info, and error",
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue