summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2013-03-20 23:01:32 -0400
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2013-03-21 23:05:09 -0400
commit811de196b3c5e08fc1fc3bef7cb062efad784303 (patch)
treef8c192e418da4b7f9fef947f316f57f54b9734f9 /TODO
parent5e8ba1a4601bcff83e45d1f4f26081611c3c6f2a (diff)
systemd-python: allow retrieval of single fields
This can give huge efficiency gains, e.g. if only MESSAGE is required and all other fields can be ignored.
Diffstat (limited to 'TODO')
-rw-r--r--TODO1
1 files changed, 0 insertions, 1 deletions
diff --git a/TODO b/TODO
index 8c99afcd74..c0779d4377 100644
--- a/TODO
+++ b/TODO
@@ -584,7 +584,6 @@ Features:
* drop cap bounding set in readahead and other services
* systemd-python:
- - allow reading of only select fields in systemd.journal._reader.Reader
- figure out a simple way to wait for journal events in a way that
works with ^C
- add documentation to systemd.daemon