From 7e26f835f6f45f52f3ef20ceb139ae87e4b1366c Mon Sep 17 00:00:00 2001 From: lyenliang Date: Mon, 11 Dec 2017 10:38:48 +0800 Subject: [PATCH] Fix a typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c6861b9..fa21707 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ To install a specific version use the `@` suffix ## Configure - `max_size` (Defaults to `10M`): When a file size becomes higher than this value it will rotate it (its possible that the worker check the file after it actually pass the limit) . You can specify the unit at then end: `10G`, `10M`, `10K` -- `retain` (Defaults to `all`): This number is the number of rotated logs that are keep at any one time, it means that if you have retain = 7 you will have at most 7 rotated logs and your current one. +- `retain` (Defaults to `all`): This number is the number of rotated logs that are kept at any one time, it means that if you have retain = 7 you will have at most 7 rotated logs and your current one. - `compress` (Defaults to `false`): Enable compression via gzip for all rotated logs - `dateFormat` (Defaults to `YYYY-MM-DD_HH-mm-ss`) : Format of the data used the name the file of log - `rotateModule` (Defaults to `true`) : Rotate the log of pm2's module like other apps