ovs-bugtool: Add ovs-ctl.log to debug bundle.
authorGurucharan Shetty <gshetty@nicira.com>
Wed, 13 Mar 2013 22:34:39 +0000 (15:34 -0700)
committerGurucharan Shetty <gshetty@nicira.com>
Fri, 15 Mar 2013 16:17:16 +0000 (09:17 -0700)
ovs-ctl.log will include the o/p of ovs-ctl when
run from rhel, debian and xenserver startup scripts.

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

index c5a4366..ea72349 100755 (executable)
@@ -597,7 +597,7 @@ exclude those logs from the archive.
         'syslog', 'messages', 'secure', 'debug', 'dmesg', 'boot']])
     ovs_logs = ([ OPENVSWITCH_LOG_DIR + x for x in
         ['ovs-vswitchd.log', 'ovsdb-server.log',
-        'ovs-xapi-sync.log', 'ovs-monitor-ipsec.log']])
+        'ovs-xapi-sync.log', 'ovs-monitor-ipsec.log', 'ovs-ctl.log']])
     log_output(CAP_SYSTEM_LOGS, system_logs)
     log_output(CAP_OPENVSWITCH_LOGS, ovs_logs)