diff options
| author | Jiri Olsa <Jiri Olsa jolsa@redhat.com> | 2011-05-05 08:54:40 +0200 |
|---|---|---|
| committer | Jiri Olsa <Jiri Olsa jolsa@redhat.com> | 2011-05-05 08:54:40 +0200 |
| commit | 29420f774dc55c794cebefe24aadc90280601b79 (patch) | |
| tree | b2f371bebd836a564de30c5fbec7a659c90515ad /etc | |
| parent | c9d0018b9e527168292f8d40273a9e97223c0bc8 (diff) | |
| download | latrace-29420f774dc55c794cebefe24aadc90280601b79.tar.gz latrace-29420f774dc55c794cebefe24aadc90280601b79.tar.xz latrace-29420f774dc55c794cebefe24aadc90280601b79.zip | |
adding OUTPUT_TTY config file option
- added OUTPUT_TTY config file option
it is possible to catch traced program tty output and
storing it to the configured file (0/1/2 descriptors
are monitored)
- added automated test for the option
- refactoring process method a bit
- disabling connection between -R and -q options
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/latrace.d/latrace.conf.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/latrace.d/latrace.conf.in b/etc/latrace.d/latrace.conf.in index ec2481d..1c547df 100644 --- a/etc/latrace.d/latrace.conf.in +++ b/etc/latrace.d/latrace.conf.in @@ -57,4 +57,8 @@ OPTIONS { # -D, --detail-args # display struct arguments in more detail DETAIL_ARGS = NO + + # no command line option equivalent + # stores terminal output to the file + # OUTPUT_TTY = "output-tty" } |
