feedback(influxd): Use InfoLevel constant

pull/12615/head
Stuart Carnie 2019-03-14 09:23:17 -07:00
parent c7c58275f9
commit c8d70fdaf0
No known key found for this signature in database
GPG Key ID: 848D9C9718D78B4F
1 changed files with 1 additions and 1 deletions

View File

@ -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",
},
{