Skip to content

Commit

Permalink
Update README with the zippedArchive option
Browse files Browse the repository at this point in the history
  • Loading branch information
nimrod-becker authored and indexzero committed Apr 21, 2015
1 parent 5868b78 commit 22a5f5a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -697,6 +697,7 @@ The File transport should really be the 'Stream' transport since it will accept
* __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.
* __maxRetries:__ The number of stream creation retry attempts before entering a failed state. In a failed state the transport stays active but performs a NOOP on it's log function. (default 2)
* __zippedArchive:__ If true, all log files but the current one will be zipped.

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

Expand Down

0 comments on commit 22a5f5a

Please sign in to comment.