ovs-bugtool: Provide a separate capability to openvswitch logs.
authorGurucharan Shetty <gshetty@nicira.com>
Wed, 13 Feb 2013 23:00:42 +0000 (15:00 -0800)
committerGurucharan Shetty <gshetty@nicira.com>
Thu, 14 Feb 2013 22:14:33 +0000 (14:14 -0800)
commit659fd90c570487b9b7a2f37dddf30a7eced927d4
tree3ed4ae8dd2519cd13b94b7b6c34bd6631d6a3495
parent43516d93396b37e88391a49871b67311bcbb1fa5
ovs-bugtool: Provide a separate capability to openvswitch logs.

Currently we have a 50 MB size limitation for all logs. This looks
quite less because a single uncompressed log can be 50 MB which
will result in ovs-bugtool picking a single log.

While debugging issues related to openvswitch, it is important that
we have all logs related to openvswitch atleast. This patch provides
a new capability for openvswitch logs with no size limitation. This
should not be a problem since compression reduces the size of the logs
quite a bit.

Also increase the size limitation for the regular system logs to 200 MB.

A future commit adds an option '--log-days' to control the number of logs
that we collect.

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