summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2013-07-16 14:27:20 +0200
committerLennart Poettering <lennart@poettering.net>2013-07-16 14:27:32 +0200
commit36c0868b67a9387d39c97983d3d22cfce0fedc62 (patch)
tree5c9efff5ded896b25e57713a482af9f7f29a30b0
parent97a9313cafccf772ce03f5ebd36fe4d9d8412583 (diff)
Update TODO
-rw-r--r--TODO4
1 files changed, 3 insertions, 1 deletions
diff --git a/TODO b/TODO
index 3621ce32a5..735f1a7901 100644
--- a/TODO
+++ b/TODO
@@ -56,7 +56,9 @@ CGroup Rework Completion:
Features:
-* when parsing calendar timestamps support the UTC timezone (even if we won't support arbitrary timezone specs, support UTC itself certainly makes sense)
+* when parsing calendar timestamps support the UTC timezone (even if we won't support arbitrary timezone specs, support UTC itself certainly makes sense), also support syntaxes such as +0200
+
+* journalctl: add an output mode that looks like classic /var/log/messages, but also outputs the cursor of the last entry so that people can write scripts that can run iteratively and always process data that has been added since the last time.
* when a kernel driver logs in a tight loop we should ratelimit that too.