Skip to content

Commit

Permalink
[doc] Correct default Console level
Browse files Browse the repository at this point in the history
  • Loading branch information
coderarity committed May 5, 2012
1 parent 6cb1d48 commit 19a2899
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -452,7 +452,7 @@ Right now there are four transports supported by winston core. If you have a tra

The Console transport takes two simple options:

* __level:__ Level of messages that this transport should log (default 'debug').
* __level:__ Level of messages that this transport should log (default 'info').
* __silent:__ Boolean flag indicating whether to suppress output (default false).
* __colorize:__ Boolean flag indicating if we should colorize output (default false).
* __timestamp:__ Boolean flag indicating if we should prepend output with timestamps (default false). If function is specified, its return value will be used instead of timestamps.
Expand Down

0 comments on commit 19a2899

Please sign in to comment.