Skip to content

Commit

Permalink
Minor change. Just updating the number of options for Console.
Browse files Browse the repository at this point in the history
  • Loading branch information
dtex committed May 30, 2013
1 parent 9aaf5eb commit 6296bcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/transports.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ There are several core transports included in `winston`, which leverage the buil
winston.add(winston.transports.Console, options)
```

The Console transport takes two simple options:
The Console transport takes four simple options:

* __level:__ Level of messages that this transport should log (default 'debug').
* __silent:__ Boolean flag indicating whether to suppress output (default false).
Expand Down

0 comments on commit 6296bcb

Please sign in to comment.