Skip to content

Commit

Permalink
Merge pull request winstonjs#570 from ratbeard/master
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
indexzero committed Mar 6, 2015
2 parents ffad21a + 009880a commit 98ea0c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -690,7 +690,7 @@ The File transport should really be the 'Stream' transport since it will accept
* __depth__ Numeric indicating how many times to recurse while formatting the object with `util.inspect` (only used with `prettyPrint: true`) (default null, unlimited)
* __logstash:__ If true, messages will be logged as JSON and formatted for logstash (default false).
* __showLevel:__ Boolean flag indicating if we should prepend output with level (default true).
* __formatter:__ If function is specified, its return value will be used instead of default output. (default undefined)
* __formatter:__ If function is specified and `json` is set to `false`, its return value will be used instead of default output. (default undefined)
* __tailable:__ If true, log files will be rolled based on maxsize and maxfiles, but in ascending order. The __filename__ will always have the most recent log lines. The larger the appended number, the older the log file.

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

0 comments on commit 98ea0c4

Please sign in to comment.