Merge branch 'rj/add-i-leak-fix'
[alt-git.git] / Documentation / trace2-target-values.txt
blob06f19533134f9d8018b1b1ae924370660ec36d73
1 --
2 * `0` or `false` - Disables the target.
3 * `1` or `true` - Writes to `STDERR`.
4 * `[2-9]` - Writes to the already opened file descriptor.
5 * `<absolute-pathname>` - Writes to the file in append mode. If the target
6 already exists and is a directory, the traces will be written to files (one
7 per process) underneath the given directory.
8 * `af_unix:[<socket-type>:]<absolute-pathname>` - Write to a
9 Unix DomainSocket (on platforms that support them).  Socket
10 type can be either `stream` or `dgram`; if omitted Git will
11 try both.