From d41f15bcd7baa89037a6ac4259383a2b28e96165 Mon Sep 17 00:00:00 2001 From: Trent Mick Date: Tue, 12 May 2015 21:38:52 -0700 Subject: [PATCH] A follow-up to #250 to indicate the 'ms' log rotation scope is just for testing --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 06b7fe4..698d430 100644 --- a/README.md +++ b/README.md @@ -709,12 +709,12 @@ 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 "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), -midnight (d), start of Sunday (w), start of the 1st of the month (m), -start of Jan 1st (y). +"$number$scope" where "$scope" is one of "ms" (milliseconds -- only useful for +testing), "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), midnight (d), start of Sunday (w), start of the +1st of the month (m), start of Jan 1st (y). count