Skip to content

Commit 7a25ada

Browse files
committed
CP-17268 Updated README re where log files are written
Signed-off-by: Christian Lindig <[email protected]>
1 parent 143ce01 commit 7a25ada

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,12 @@ case of xenopsd in producition, this would be `/`. To avoid writing to `/`
2525
and to avoid several services writing to the same place, start xenopsd
2626
binaries with an evironment variable pointing to a better place:
2727

28-
BISECT_FILE="/tmp/xenopsd-bisect"
28+
BISECT_FILE="/tmp/bisect-xenopsd"
29+
30+
Function `Bisect_setup.init name` sets the environment variable if it is
31+
unset from inside the program such that log data is written to the temp
32+
directory (repecting TMP and TEMP env vars id set). However, logging to
33+
$CWD will still work even if the `init` function is not called.
34+
2935

3036

0 commit comments

Comments
 (0)