ovs-ctl: Add additional options to strace wrapper.
[openvswitch] / utilities / ovs-lib.in
index f8e26091c5c3619a750b4205ed5b4097ad7ac185..04ab85abd9dcf366f00ed98e72d50ae6677c88fc 100644 (file)
@@ -118,7 +118,7 @@ start_daemon () {
             ;;
         strace)
             if (strace -V) > /dev/null 2>&1; then
-                set strace -D -ff -o "$logdir/$daemon.strace.log" "$@"
+                set strace -tt -T -s 256 -D -ff -o "$logdir/$daemon.strace.log" "$@"
             else
                 log_failure_msg "strace not installed, running $daemon without it"
             fi