Skip to content

Commit

Permalink
ovs-bugtool: Add ovs-ctl.log to debug bundle.
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
shettyg committed Mar 15, 2013
1 parent 46528f7 commit c067cd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utilities/bugtool/ovs-bugtool.in
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit c067cd1

Please sign in to comment.