summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2024-09-25 08:54:50 +0200
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2024-09-25 08:56:35 +0200
commit20d00d1f3c103b6f1475d89c5d589d051d1f6b82 (patch)
treeafd0948a426e854137a17dae646acaad45cbe191 /TODO
parentMerge pull request #34549 from weblate/weblate-systemd-main (diff)
downloadsystemd-20d00d1f3c103b6f1475d89c5d589d051d1f6b82.tar.xz
systemd-20d00d1f3c103b6f1475d89c5d589d051d1f6b82.zip
TODO: add one more systemctl rfe
Diffstat (limited to 'TODO')
-rw-r--r--TODO8
1 files changed, 6 insertions, 2 deletions
diff --git a/TODO b/TODO
index 85bc780b33..70d4a1eea7 100644
--- a/TODO
+++ b/TODO
@@ -2200,9 +2200,13 @@ Features:
full, make sure to write how many messages are lost as first thing
to syslog when it works again.
- journald: allow per-priority and per-service retention times when rotating/vacuuming
- - journald: make use of uid-range.h to managed uid ranges to split
+ - journald: make use of uid-range.h to manage uid ranges to split
journals in.
- - journalctl: add the ability to look for the most recent process of a binary. journalctl /usr/bin/X11 --pid=-1 or so...
+ - journalctl: add the ability to look for the most recent process of a binary.
+ journalctl /usr/bin/X11 --invocation=-1
+ - systemctl: change 'status' to show logs for the last invocation, not a fixed
+ number of lines
+ - systemctl: expand --wait to show logs for the invocation with a new switch
- improve journalctl performance by loading journal files
lazily. Encode just enough information in the file name, so that we
do not have to open it to know that it is not interesting for us, for