From c5757cc8dbcddb3e8b13ebba4ea4b36589bfd3db Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Wed, 17 Jul 2013 02:29:19 +0200 Subject: [PATCH] update TODO --- TODO | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/TODO b/TODO index 2e97356a24..902fbc695e 100644 --- a/TODO +++ b/TODO @@ -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"