Skip to content

Commit

Permalink
Fix log level WARNING to WARN
Browse files Browse the repository at this point in the history
  • Loading branch information
minamijoyo committed Jan 17, 2018
1 parent aaddaa6 commit c61631a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Expand Up @@ -43,7 +43,7 @@ func main() {
}

func setLogFilter(minLevel string) {
levels := []logutils.LogLevel{"TRACE", "DEBUG", "INFO", "WARNING", "ERROR"}
levels := []logutils.LogLevel{"TRACE", "DEBUG", "INFO", "WARN", "ERROR"}

// default log writer is null device.
writer := ioutil.Discard
Expand Down

0 comments on commit c61631a

Please sign in to comment.