diff --git a/README.md b/README.md index cadda67..04eaf63 100644 --- a/README.md +++ b/README.md @@ -711,10 +711,10 @@ var log = bunyan.createLogger({ level No info -The level at which logging to this stream is enabled. If not +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`, ...). +`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 @@ -765,10 +765,10 @@ var log = bunyan.createLogger({ level No info -The level at which logging to this stream is enabled. If not +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`, ...). +`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