From 4db35d5e3cc2695a5035dd41cc5c28926fd3765f Mon Sep 17 00:00:00 2001 From: Trent Mick Date: Fri, 12 Feb 2016 08:36:59 -0800 Subject: [PATCH] reflow recent README addition --- AUTHORS | 7 ++++--- README.md | 8 ++++++-- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/AUTHORS b/AUTHORS index d20d94c..f88dffe 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,6 +1,6 @@ -Trent Mick (http://trentm.com) -Mark Cavage (https://github.com/mcavage) -Dave Pacheco (https://github.com/davepacheco) +Trent Mick (http://trentm.com) +Mark Cavage (https://github.com/mcavage) +Dave Pacheco (https://github.com/davepacheco) Michael Hart (https://github.com/mhart) Isaac Schlueter (https://github.com/isaacs) Rob Gulewich (https://github.com/rgulewich) @@ -31,3 +31,4 @@ Thomas Heymann (https://github.com/cyberthom) David M. Lee (https://github.com/leedm777) Marc Udoff (https://github.com/mlucool) Mark Stosberg (https://github.com/markstos) +Alexander Ray (https://github.com/aray12) diff --git a/README.md b/README.md index 04eaf63..8613d0f 100644 --- a/README.md +++ b/README.md @@ -714,7 +714,9 @@ var log = bunyan.createLogger({ The level to which logging to this stream is enabled. If not specified it defaults to "info". If specified this can be one of the level strings ("trace", "debug", ...) or constants (`bunyan.TRACE`, -`bunyan.DEBUG`, ...). This serves as a severity threshold for that stream so logs of greater severity will also pass through (i.e. If level="warn", error and fatal will also pass through this stream) +`bunyan.DEBUG`, ...). This serves as a severity threshold for that stream +so logs of greater severity will also pass through (i.e. If level="warn", +error and fatal will also pass through this stream). name @@ -768,7 +770,9 @@ var log = bunyan.createLogger({ The level to which logging to this stream is enabled. If not specified it defaults to "info". If specified this can be one of the level strings ("trace", "debug", ...) or constants (`bunyan.TRACE`, -`bunyan.DEBUG`, ...). This serves as a severity threshold for that stream so logs of greater severity will also pass through (i.e. If level="warn", error and fatal will also pass through this stream) +`bunyan.DEBUG`, ...). This serves as a severity threshold for that +stream so logs of greater severity will also pass through (i.e. If +level="warn", error and fatal will also pass through this stream). name