X-Git-Url: http://www.git.cypherpunks.ru/?p=goredo.git;a=blobdiff_plain;f=doc%2Fcmds.texi;h=144b1189d1acd9ecf688a4ec9f436b0c9ea4b358;hp=4c396093c4651ab969f1965fa90ccb8cfce0f10a;hb=7492a39768035abafa55be738649a8dd035a89bd;hpb=3fa21c8c7e74798a07fbcc99030bae7c2505f76d diff --git a/doc/cmds.texi b/doc/cmds.texi index 4c39609..144b118 100644 --- a/doc/cmds.texi +++ b/doc/cmds.texi @@ -31,14 +31,7 @@ With @option{-j} option you can enable parallel builds, probably with an infinite number of workers (@code{=0}). Also you can set @env{$REDO_JOBS} to automatically apply that setting globally. -With @option{-k} (@env{$REDO_LOGS=1}) option you can capture job's -@code{stderr} on the disk and read it later with @command{redo-log} -command. Log's lines have @url{http://cr.yp.to/libtai/tai64.html, -TAI64N} timestamp. You can decode it 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}. -@option{-s} (@env{$REDO_SILENT=1}) omits @code{stderr} printing at -all, but you can still capture it with @option{-k}. +Read about @ref{Logs, log storage capabilities}. @option{-log-pid} (@env{$REDO_LOG_PID=1}) can be used to prefix job's @code{stderr} with the PID, that could be useful during parallel builds.