reflow recent README addition
This commit is contained in:
parent
f505d28ec3
commit
4db35d5e3c
2 changed files with 10 additions and 5 deletions
7
AUTHORS
7
AUTHORS
|
@ -1,6 +1,6 @@
|
|||
Trent Mick <trentm@gmail.com> (http://trentm.com)
|
||||
Mark Cavage <mcavage@gmail.com> (https://github.com/mcavage)
|
||||
Dave Pacheco <dap@joyent.com> (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)
|
||||
|
|
|
@ -714,7 +714,9 @@ var log = bunyan.createLogger({
|
|||
<td>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)</td>
|
||||
`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).</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>name</td>
|
||||
|
@ -768,7 +770,9 @@ var log = bunyan.createLogger({
|
|||
<td>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)</td>
|
||||
`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).</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>name</td>
|
||||
|
|
Loading…
Reference in a new issue