Skip to content

Commit

Permalink
Merge pull request #514 from eddieroger/master
Browse files Browse the repository at this point in the history
Doc Updates for Console Transport
  • Loading branch information
indexzero committed Dec 16, 2014
2 parents 9142c94 + fccb2c1 commit 59e0869
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/transports.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ The Console transport takes four simple options:
* __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.
* __json:__ Boolean flag indicating whether or not the output should be JSON. If true, will log out multi-line JSON objects. (default false)
* __stringify:__ Boolean flag indiciating if the output should be passed through JSON.stringify, resulting in single-line output. Most useful when used in conjunction with the json flag. (default false)

*Metadata:* Logged via util.inspect(meta);

Expand Down

0 comments on commit 59e0869

Please sign in to comment.