]> Cypherpunks.ru repositories - goredo.git/blobdiff - doc/logs.texi
Redundant @documentencoding
[goredo.git] / doc / logs.texi
index b68b88e2b5339815465944fed752472be3220bda..bb4c3a3fecf8c9feb36f0e92921dee1d0fdb4fec 100644 (file)
@@ -1,6 +1,9 @@
 @node Logs
+@cindex logging
 @unnumbered Logs
 
+@vindex REDO_LOGS
+@vindex REDO_SILENT
 @code{stderr} of the running targets can be kept on the disk by
 specifying @option{-k} option (or by setting @env{$REDO_LOGS=1}
 environment variable) to @command{redo}. You can simultaneously
@@ -13,11 +16,14 @@ kept, previous one is overwritten.
 $ redo -xx -k -s build-the-whole-huge-project
 @end example
 
+@cindex TAI64
+@cindex TAI64N
+@pindex tai64nlocal
 Logs are stored in corresponding @file{.redo/tgt.log} file. Each line of
 it is prefixed with @url{http://cr.yp.to/libtai/tai64.html, TAI64N}
 timestamp, that you can decode with @command{tai64nlocal} utility from
 @url{http://cr.yp.to/daemontools.html, daemontools}, or similar one:
-@code{go get go.cypherpunks.ru/tai64n/cmd/tai64nlocal}.
+@code{go install go.cypherpunks.ru/tai64n/v2/cmd/tai64nlocal}.
 
 When @option{-k} is in use, all environment variables, working
 directory, command line arguments, start/finish times, duration,
@@ -34,8 +40,8 @@ you run @command{redo} in parallel, then all @code{stderr} (if no
 @option{-s}ilence was enabled) is printed as it appears, mixing output
 from all commands, that is hard to read and investigate. Serialized
 @command{redo-log} output rearranges output. I will take example from
-original apenwarr's idea @url{https://apenwarr.ca/log/20181106,
-article}. Serialized output will look like this:
+original apenwarr's idea @url{https://apenwarr.ca/log/20181106, article}.
+Serialized output will look like this:
 
 @verbatim
 $ redo-log -r A