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 +++----------
1 file changed, 3 insertions(+), 10 deletions(-)
(limited to 'doc')
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.
- - 2 or e: alert. s6-log will print "s6-log: alert: ",
+
- 2: alert. s6-log will print "s6-log: alert: ",
possibly prepended with a timestamp, followed by the first
-alertsize bytes of the line, to its standard error.
-The e form is deprecated.
+alertsize bytes of the line, to its standard error.
- 1: forward to stdout. s6-log will print the selected
line to its stdout. If any error occurs, e.g. if stdout was a pipe and the
reading end closed, this directive will be ignored for the rest of
--
cgit v1.2.3