From f82ccfcd4fcd5bd88f0b422871fc21cb7dffd0e4 Mon Sep 17 00:00:00 2001 From: Tony Lukasavage Date: Tue, 12 May 2015 18:55:11 -0400 Subject: [PATCH] add undocumented "ms" rotation period to docs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c684e0b..06b7fe4 100644 --- a/README.md +++ b/README.md @@ -709,7 +709,7 @@ files, or for rotating when the log reaches a threshold size. No 1d The period at which to rotate. This is a string of the format -"$number$scope" where "$scope" is one of "h" (hours), "d" (days), "w" (weeks), +"$number$scope" where "$scope" is one of "ms" (milliseconds), "h" (hours), "d" (days), "w" (weeks), "m" (months), "y" (years). Or one of the following names can be used "hourly" (means 1h), "daily" (1d), "weekly" (1w), "monthly" (1m), "yearly" (1y). Rotation is done at the start of the scope: top of the hour (h),