diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2016-11-21 14:04:51 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2016-11-21 14:04:51 +0000 |
commit | 2a9643f6aef1a52cdada648f72f1d0ec9c1b711d (patch) | |
tree | 0a183cd77419fffc63782250fba2ce1d4fe22b28 /doc/s6-log.html | |
parent | c8eb7a57d294eaae17a67a7a57ff06e7bb10010c (diff) | |
download | s6-2a9643f6aef1a52cdada648f72f1d0ec9c1b711d.tar.xz |
Increase s6-log "s" limit to 256MB
Diffstat (limited to 'doc/s6-log.html')
-rw-r--r-- | doc/s6-log.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/s6-log.html b/doc/s6-log.html index 0ef84f3..ce55c4b 100644 --- a/doc/s6-log.html +++ b/doc/s6-log.html @@ -195,7 +195,7 @@ By default, <em>number</em> is 10. </li> <li> <strong>s<em>filesize</em></strong>: next rotations will occur when <tt>current</tt> log files approach <em>filesize</em> bytes. By default, <em>filesize</em> is 99999; it cannot be set lower than 4096 or -higher than 16777215. </li> +higher than 268435455. </li> <li> <strong>S<em>totalsize</em></strong>: next logdirs will contain up to <em>totalsize</em> bytes of archived (and maybe processed) log files. If archived log files take more space than that, the older ones are suppressed |