From 22a5f5a6ec748ac68f9bc25b411fd517d53f96c5 Mon Sep 17 00:00:00 2001 From: nimrod-becker Date: Wed, 15 Apr 2015 11:29:33 +0300 Subject: [PATCH] Update README with the zippedArchive option --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1788e1509..49d9155bd 100644 --- a/README.md +++ b/README.md @@ -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);