ovs-lib: Do not tee the ovs-ctl o/p in case of strace.
authorGurucharan Shetty <gshetty@nicira.com>
Sat, 6 Apr 2013 23:56:06 +0000 (16:56 -0700)
committerGurucharan Shetty <gshetty@nicira.com>
Sun, 7 Apr 2013 15:59:37 +0000 (08:59 -0700)
commited87900d26173df84a3814f993d1b6a31aa472a5
tree4f29fd9fca79a4fc27f5bf065a292d81ca12ad4e
parent4464589ee774fe4e12777e757469817744f74a93
ovs-lib: Do not tee the ovs-ctl o/p in case of strace.

Running the OVS daemons with strace option enabled
will block if we pipe the output. We use tee
to log the output of ovs-ctl to ovs-ctl.log

This patch disables the startup script logging when we run the
OVS daemons with the strace option.

Signed-off-by: Gurucharan Shetty <gshetty@nicira.com>
utilities/ovs-lib.in