chrone: fix doc error (#1498)

pull/1503/head
404_K 3 years ago committed by GitHub
parent 3cbe4755ed
commit aba30889c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      log/README.md

@ -24,7 +24,7 @@ helper.Infow("key", "value")
// filter
log := log.NewHelper(log.NewFilter(logger,
log.FilterLevel(LevelInfo),
log.FilterLevel(log.LevelInfo),
log.FilterKey("foo"),
log.FilterValue("bar"),
log.FilterFunc(customFilter),

Loading…
Cancel
Save