X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=doc%2Fman%2Flttng-relayd.8.txt;h=4326daba393e53cd477ef92c6b1de508ef8395d1;hp=e2d1365d536142a207ef4f139aef2690188f1b7d;hb=62482ec6cc82b5ee233683ad0a9066974b705edb;hpb=c93eadade27794fe724cc457c4452eee9dad9060 diff --git a/doc/man/lttng-relayd.8.txt b/doc/man/lttng-relayd.8.txt index e2d1365d5..4326daba3 100644 --- a/doc/man/lttng-relayd.8.txt +++ b/doc/man/lttng-relayd.8.txt @@ -51,7 +51,7 @@ Output directory By default, the relay daemon writes the traces to: [verse] -$HOME/lttng-traces/'HOSTNAME'/'SESSION'/'DOMAIN' +$LTTNG_HOME/lttng-traces/'HOSTNAME'/'SESSION'/'DOMAIN' with: @@ -65,7 +65,7 @@ with: Tracing domain. You can override the default output directory prefix -(`$HOME/lttng-traces`) with the option:--output option. The other +(`$LTTNG_HOME/lttng-traces`) with the option:--output option. The other parts depend on the remote configuration. @@ -152,6 +152,9 @@ option:-V, option:--version:: ENVIRONMENT VARIABLES --------------------- +`LTTNG_ABORT_ON_ERROR`:: + Set to 1 to abort the process after the first error is encountered. + `LTTNG_NETWORK_SOCKET_TIMEOUT`:: Socket connection, receive and send timeout (milliseconds). A value of 0 or -1 uses the timeout of the operating system (default).