Merge pull request #133 from kcivey/patch-1

add `error` to list of log levels in readme
This commit is contained in:
Trent Mick 2014-04-09 20:08:19 -07:00
commit 69bf207783

View file

@ -110,7 +110,7 @@ This will dove-tail with [Bunyan serializer support](#serializers), discussed
later.
The same goes for all of Bunyan's log levels: `log.trace`, `log.debug`,
`log.info`, `log.warn`, and `log.fatal`. See the [levels section](#levels)
`log.info`, `log.warn`, `log.error`, and `log.fatal`. See the [levels section](#levels)
below for details and suggestions.