summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorJiri Olsa <Jiri Olsa jolsa@redhat.com>2011-05-05 08:54:40 +0200
committerJiri Olsa <Jiri Olsa jolsa@redhat.com>2011-05-05 08:54:40 +0200
commit29420f774dc55c794cebefe24aadc90280601b79 (patch)
treeb2f371bebd836a564de30c5fbec7a659c90515ad /etc
parentc9d0018b9e527168292f8d40273a9e97223c0bc8 (diff)
downloadlatrace-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.in4
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"
}