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 16:02:40 +0000 (09:02 -0700)
commitbc7f6c4709b0acae1fca98777f18287cd45c13d6
tree39749a4d3431cfde415119e8943ac64762263fe6
parent8fb7eddbcd1a487a883d6c3d96525a944b5a43f0
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