Skip to content

Commit

Permalink
log: mention package level in README
Browse files Browse the repository at this point in the history
  • Loading branch information
peterbourgon committed Mar 5, 2019
1 parent ffac0f4 commit 50bc760
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions log/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,10 @@ logger.Log("msg", "hello")
// ts=2016-01-01T12:34:56Z caller=main.go:15 msg=hello
```

## Levels

Log levels are supported via the [level package](https://godoc.org/github.com/go-kit/kit/log/level).

## Supported output formats

- [Logfmt](https://brandur.org/logfmt) ([see also](https://blog.codeship.com/logfmt-a-log-format-thats-easy-to-read-and-write))
Expand Down

0 comments on commit 50bc760

Please sign in to comment.