From d1862e0f398ac5c2760e5eb2f444b781b9b04089 Mon Sep 17 00:00:00 2001 From: Pavel Moravec Date: Sun, 25 Aug 2019 09:19:18 +0200 Subject: [sosreport] grab logs since date Adds a --since switch that takes a date as an argument. This switch will skip the archive files with a mtime older than the date. Also, --since affects journalctl execution for --all. Resolves: #1678 Signed-off-by: David Vallee Delisle Signed-off-by: Pavel Moravec --- tests/plugin_tests.py | 1 + 1 file changed, 1 insertion(+) (limited to 'tests') diff --git a/tests/plugin_tests.py b/tests/plugin_tests.py index e81575cf..b8760429 100644 --- a/tests/plugin_tests.py +++ b/tests/plugin_tests.py @@ -93,6 +93,7 @@ class EnablerPlugin(Plugin): class MockOptions(object): all_logs = False dry_run = False + since = None log_size = 25 allow_system_changes = False -- cgit