From 40f3fa5f114a3ec80ef1a0cf0b89d844f360253a Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Sun, 3 Jan 2021 22:03:04 +0000 Subject: Remove deprecated options/directives from s6-log --- doc/s6-log.html | 13 +++---------- src/daemontools-extras/s6-log.c | 17 ++++------------- 2 files changed, 7 insertions(+), 23 deletions(-) diff --git a/doc/s6-log.html b/doc/s6-log.html index d1ee3ae..7f461bc 100644 --- a/doc/s6-log.html +++ b/doc/s6-log.html @@ -27,7 +27,7 @@ with full POSIX regular expression support.

Interface

-     s6-log [ -d notif ] [ -q | -v ] [ -b ] [ -p ] [ -t ] [ -e ] [ -l linelimit ] logging script
+     s6-log [ -d notif ] [ -q | -v ] [ -b ] [ -p ] [ -l linelimit ] logging script
 

@@ -60,12 +60,6 @@ write to a slow file system. SIGTERM; only exit on a SIGHUP or when reading EOF on stdin. This is useful 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 -timestamp. This option is now deprecated.
  • -
  • -e : timestamp alerts. Prepends every "alert" line with a -TAI64N timestamp. This option is now deprecated.
  • -q | -v : quiet | verbose. Decreases | increases s6-log's verbosity, i.e. which messages are sent to stderr. The default verbosity is 1. Currently supported verbosity levels: @@ -275,10 +269,9 @@ selected lines.