diff options
author | Lennart Poettering <lennart@poettering.net> | 2013-07-17 02:29:19 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2013-07-17 02:29:19 +0200 |
commit | c5757cc8dbcddb3e8b13ebba4ea4b36589bfd3db (patch) | |
tree | 9b6b4fd23423471e15a9e30195f055731a4e4d3a /TODO | |
parent | 83a05f2c89d228a9a92b998b1cbd4a51f3693711 (diff) |
update TODO
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -68,6 +68,14 @@ Features: * 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 + +* "systemctl disable" of a unit instance removes all symlinks, should + only remove the instance symlink (systemct disable of a template + unit however should remove them all). + +* journald: optionally, log debug messages to /run but everything else to /var + * journald: optionally, when messages with a high log prioerity are logged, sync() immeidately. * introduce %v resolving to the string returned by "uname -r" |