Skip to content

Commit

Permalink
Merge pull request #662 from bflanigan/master
Browse files Browse the repository at this point in the history
Update doc.go
  • Loading branch information
ChrisHines committed Feb 7, 2018
2 parents 321a6f5 + 54f915a commit 51bc750
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion log/level/doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
//
// var logger log.Logger
// logger = log.NewLogfmtLogger(os.Stderr)
// logger = level.NewFilter(logger, level.AllowInfoAndAbove()) // <--
// logger = level.NewFilter(logger, level.AllowInfo()) // <--
// logger = log.With(logger, "ts", log.DefaultTimestampUTC)
//
// Then, at the callsites, use one of the level.Debug, Info, Warn, or Error
Expand Down

0 comments on commit 51bc750

Please sign in to comment.