ovs-bugtool: Add ovs-ctl.log to debug bundle.
authorGurucharan Shetty <gshetty@nicira.com>
Fri, 15 Mar 2013 16:21:25 +0000 (09:21 -0700)
committerGurucharan Shetty <gshetty@nicira.com>
Fri, 15 Mar 2013 16:21:25 +0000 (09:21 -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 f91a3b3..c2edfb0 100755 (executable)
@@ -633,7 +633,7 @@ exclude those logs from the archive.
              'syslog', 'messages', 'secure', 'debug', 'dmesg', 'boot' ]]
             + [ 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' ]])
     file_output(CAP_SYSTEM_LOGS, logs)
     file_output(CAP_SYSTEM_LOGS,
                 [ '%s.%d' % (f, n) for n in range(20) for f in logs ])