Skip to content

Commit

Permalink
feedback(influxd): Use InfoLevel constant
Browse files Browse the repository at this point in the history
  • Loading branch information
stuartcarnie committed Mar 14, 2019
1 parent c7c5827 commit c8d70fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/influxd/launcher/launcher.go
Original file line number Diff line number Diff line change
Expand Up @@ -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",
},
{
Expand Down

0 comments on commit c8d70fd

Please sign in to comment.