add error
to list of log levels in readme
This commit is contained in:
parent
5b9da22e85
commit
faf2cece4f
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue