Summary: | [journalctl] --until option not working | ||
---|---|---|---|
Product: | systemd | Reporter: | Benjamin Robin <benjarobin+freedesktop> |
Component: | general | Assignee: | systemd-bugs |
Status: | RESOLVED FIXED | QA Contact: | systemd-bugs |
Severity: | normal | ||
Priority: | medium | CC: | benjarobin+freedesktop, foolecho |
Version: | unspecified | Keywords: | patch |
Hardware: | Other | ||
OS: | All | ||
Whiteboard: | |||
i915 platform: | i915 features: | ||
Attachments: |
journalctl until option fix
journal until option fix (alternative) |
Created attachment 75447 [details] [review] journal until option fix (alternative) I'm not a great programmer, but I think the attachment here removes a useful check, which is that the arg for --since should be before the arg for --until. I made this patch instead and submit it here for the systemd guys to consider. |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.
Created attachment 72384 [details] journalctl until option fix The until option of journalctl doesn't have any effect. Attached patch to fix it