From 57ea798d76263abd5ade1438afaf40292a6f367c Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Sat, 26 Jul 2025 00:07:29 +0000 Subject: Seriously clean up s6-log; add Rperiod for periodic log rotations. Signed-off-by: Laurent Bercot --- doc/s6-log.html | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'doc/s6-log.html') diff --git a/doc/s6-log.html b/doc/s6-log.html index 850da06..9b8b2a3 100644 --- a/doc/s6-log.html +++ b/doc/s6-log.html @@ -228,6 +228,11 @@ when the size of current goes higher than filesize minus on the next logdirs, retry every cooldown milliseconds. By default, cooldown is 2000; it's strongly discouraged to set it to a value under 50. +
  • Rperiod: if period is not zero, +the next logdirs will be automatically rotated every period seconds, +even if the current file has not reached the size limit. If +period is zero (the default), the next logdirs will not be +periodically rotated.
  • Ealertsize: only the first alertsize bytes of the selected lines will be used in the next alerts. An alertsize of 0 means no limit. By default, alertsize is -- cgit v1.3.1