ovs-bugtool: Improve how Open vSwitch log files are saved.
authorBen Pfaff <blp@nicira.com>
Mon, 24 Oct 2011 16:14:12 +0000 (09:14 -0700)
committerBen Pfaff <blp@nicira.com>
Mon, 24 Oct 2011 16:14:12 +0000 (09:14 -0700)
commitd0c0b87f1ed1668499b8f4f770022ff3af225172
tree799d2dd56ddecdb70464f21a60c18282358575d4
parentdef95ecd7771e84b7e71869ea5148a32e29da0f9
ovs-bugtool: Improve how Open vSwitch log files are saved.

This moves the OVS log files from the "network-status" capability, which
has a very small maximum size, to the "system-logs" capability, which is
much larger.  It ensures that the newest OVS log files are prioritized over
old versions of system log files (if we just added the OVS log files after
the existing file_output, then new OVS log files would only be included
*after* all archived system log files were added).

Bug #5443.
utilities/bugtool/ovs-bugtool.in