diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2013-07-16 10:21:18 -0400 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2013-07-16 22:41:47 -0400 |
commit | 248fc619b5e3e24d78f171f95b85916eee7987bd (patch) | |
tree | b63c076b50e81d21f99620c700689077f4c86428 /TODO | |
parent | dd94c17e7da89fa612952119ac825116dc5a8deb (diff) |
journalctl: augment short mode with a cursor at the end
Two options are added: --show-cursor to print the cursor at the end,
and --after-cursor to resume logs on the next line after the previous one.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -64,8 +64,6 @@ Features: * 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. * man: document in the journalctl man page what the colors mean |