mirror of
https://github.com/openvswitch/ovs
synced 2025-10-15 14:17:18 +00:00
Previously the log-days parameter can only support rotated logs based on their numbered filename extension. Thus it can not be used for other types of log filenames. This patch changes it to be based on file last modification time. Issue: #19671 Signed-off-by: Shih-Hao Li <shihli@vmware.com> Signed-off-by: Gurucharan Shetty <gshetty@nicira.com>