add error to list of log levels in readme

This commit is contained in:
Keith C. Ivey 2014-04-09 16:13:32 -04:00
parent 5b9da22e85
commit faf2cece4f

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.