aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGurucharan Shetty <gshetty@nicira.com>2013-03-15 09:21:25 -0700
committerGurucharan Shetty <gshetty@nicira.com>2013-03-15 09:21:25 -0700
commit965b0d4b74c8d2cc73de86273963f1fc7b306e12 (patch)
tree2570d1f0381b3fb27cab71d3f84b0f0ac04691d5
parent6864873b2ddaaca0e5a5f18aa97bc1eb73df0631 (diff)
ovs-bugtool: Add ovs-ctl.log to debug bundle.
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>
-rwxr-xr-xutilities/bugtool/ovs-bugtool.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/utilities/bugtool/ovs-bugtool.in b/utilities/bugtool/ovs-bugtool.in
index f91a3b32..c2edfb00 100755
--- a/utilities/bugtool/ovs-bugtool.in
+++ b/utilities/bugtool/ovs-bugtool.in
@@ -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 ])