From 8bbfc319248c0cbeb57edc45f26d1c972d32f505 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Mon, 23 Dec 2019 11:48:48 +0000 Subject: Add ?processor support to s6-log --- 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 6538017..5cc4529 100644 --- a/doc/s6-log.html +++ b/doc/s6-log.html @@ -237,6 +237,11 @@ an unpadded, unlimited status file. By default, statussize is 1001. execlineb must be found in s6-log's PATH. If processor is empty, no processor will be set for the next logdirs. By default, no processor is set. +
  • ?processor: registers +/bin/sh -c processor as a processor for the next logdirs. +It is just like the ! directive, except that the processor string +is interpreted by /bin/sh, not execlineb. It is useful +for people who have built s6 without execline support.
  • t: the logged line will be prepended with a TAI64N timestamp (and a space) before being processed by the next action -- cgit v1.2.3