Skip to content

Commit

Permalink
nsq_to_file: ParseLogLevel signature update
Browse files Browse the repository at this point in the history
  • Loading branch information
mreiferson committed Mar 3, 2019
1 parent ad5ed66 commit cf5526e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/nsq_to_file/nsq_to_file.go
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ func main() {
options.Resolve(opts, fs, nil)

logger := log.New(os.Stderr, opts.LogPrefix, log.Ldate|log.Ltime|log.Lmicroseconds)
logLevel, err := lg.ParseLogLevel(opts.LogLevel, false)
logLevel, err := lg.ParseLogLevel(opts.LogLevel)
if err != nil {
log.Fatal("--log-level is invalid")
}
Expand Down

0 comments on commit cf5526e

Please sign in to comment.