File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -2200,9 +2200,13 @@ Features:
22002200 full, make sure to write how many messages are lost as first thing
22012201 to syslog when it works again.
22022202 - journald: allow per-priority and per-service retention times when rotating/vacuuming
2203- - journald: make use of uid-range.h to managed uid ranges to split
2203+ - journald: make use of uid-range.h to manage uid ranges to split
22042204 journals in.
2205- - journalctl: add the ability to look for the most recent process of a binary. journalctl /usr/bin/X11 --pid=-1 or so...
2205+ - journalctl: add the ability to look for the most recent process of a binary.
2206+ journalctl /usr/bin/X11 --invocation=-1
2207+ - systemctl: change 'status' to show logs for the last invocation, not a fixed
2208+ number of lines
2209+ - systemctl: expand --wait to show logs for the invocation with a new switch
22062210 - improve journalctl performance by loading journal files
22072211 lazily. Encode just enough information in the file name, so that we
22082212 do not have to open it to know that it is not interesting for us, for
You can’t perform that action at this time.
0 commit comments