From faf2cece4fde18b7f55a332546ad620adc1c42e0 Mon Sep 17 00:00:00 2001 From: "Keith C. Ivey" Date: Wed, 9 Apr 2014 16:13:32 -0400 Subject: [PATCH] add `error` to list of log levels in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e7daf26..3d193e4 100644 --- a/README.md +++ b/README.md @@ -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.