From 7fba356b1378b0d470f746b45797c229e9d882cd Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Fri, 22 Jan 2021 19:10:56 +0000 Subject: bugfix: make s6-log -l actually split --- doc/s6-log.html | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'doc') diff --git a/doc/s6-log.html b/doc/s6-log.html index 7f461bc..158dd57 100644 --- a/doc/s6-log.html +++ b/doc/s6-log.html @@ -68,11 +68,13 @@ Currently supported verbosity levels:
  • 1: write alerts, warnings and fatal errors
  • -l linelimit : if a log line is longer than -linelimit bytes, cut it in two by inserting a newline. The newline -may appear anywhere after linelimit or more bytes. linelimit -cannot be less than 48. Using this option ensures that an ill-formatted log -stream will not make s6-log uncontrollably eat memory by trying to read and -process an extremely long line in one go. The default is 8192 bytes.
  • +linelimit bytes, split it by inserting a newline after the +linelimitth byte. After the split, the remainder of the line will +also be processed, so it will go through the selection process, timestamping, +etc. linelimit cannot be less than 48, unless it is 0 (which means +infinite). The default is 8192 bytes. Setting linelimit to 0 ensures +that lines will never be split; this may cause important memory consumption +by s6-log if it is fed extremely long lines, so use with caution.

    Logdirs

    -- cgit v1.3.1