From 6f85f86357d70570195e7a97a8b7fbb779c82230 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Tue, 23 May 2017 11:03:22 +0000 Subject: Switch doc to schemeless URLs --- doc/s6-log.html | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'doc/s6-log.html') diff --git a/doc/s6-log.html b/doc/s6-log.html index ce55c4b..3cb15f4 100644 --- a/doc/s6-log.html +++ b/doc/s6-log.html @@ -6,14 +6,14 @@ s6: the s6-log program - +

s6
-Software
-skarnet.org +Software
+skarnet.org

The s6-log program

@@ -55,7 +55,7 @@ for a logger that you really do not want to lose even if automated administration (e.g. the downing of a supervision tree) would kill it.
  • -t : timestamp. Prepends every log line that is written to a logging directory with a -TAI64N +TAI64N timestamp. This option is now deprecated.
  • -e : timestamp alerts. Prepends every "alert" line with a TAI64N timestamp. This option is now deprecated.
  • @@ -225,7 +225,7 @@ an unpadded, unlimited status file. By default, statussize is 1001. processor is empty, no processor will be set for the next logdirs. By default, no processor is set.
  • t: the logged line will be prepended with a -TAI64N +TAI64N timestamp (and a space) before being processed by the next action directive. Giving the t directive several times before an action directive has no effect.
  • @@ -317,7 +317,7 @@ a maximum of 30 such files or a total of 15 MB of compressed archive files. Because it is exactly what -execlineb +execlineb is for.

    @@ -332,14 +332,14 @@ is overpowered for this. We don't need a complete shell script interpreter: most processor commands will be very simple, with only two or three words, and we only need a way to turn a string into an argv, i.e. a command line. -
  • execlineb +
  • execlineb was designed just for this: to turn simple strings into command lines. It is a very fast and lightweight script launcher, that does not do any heavy startup initialization like /bin/sh does. It happens to be the perfect tool for the job.
  • To be perfectly honest: I also did this on purpose so people have a reason to use the -execline language. But +execline language. But seriously, it really is the perfect tool for the job.
  • @@ -534,7 +534,7 @@ to a small RAM filesystem. do not need any local logging software. You don't even need syslogd. Just filter your stderr via some grep that selects lines for you, then sends them to a network socket. A trivial shell script, or -execline +execline script, can do that for you.

    -- cgit v1.3.1