From 577d2ccd904cf29f03ddf6cce3cc076ff11d8d36 Mon Sep 17 00:00:00 2001 From: Roger Castells Date: Sun, 13 Aug 2017 14:17:24 +0100 Subject: [PATCH] Updated README's purpose section --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index acd6a42..14ccc54 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ NodeJS file stream rotator ## Purpose -To provide an automated rotation of Express/Connect logs or anything else that writes to a log on a regular basis that needs to be rotated based on date. Can also be rotated based on a size limit. +To provide an automated rotation of Express/Connect logs or anything else that writes to a log on a regular basis that needs to be rotated based on date. It can also be rotated based on a size limit and remove old log files based on count or elapsed days. ## Install