Update TODO (log messages to console should be buffered when a service
authorDavin McCall <davmac@davmac.org>
Sun, 3 Jan 2016 11:34:15 +0000 (11:34 +0000)
committerDavin McCall <davmac@davmac.org>
Sun, 3 Jan 2016 11:34:15 +0000 (11:34 +0000)
is holding the console)

TODO

diff --git a/TODO b/TODO
index 70ea8dcb7535ceb46941ca7f06be21165ae29d6d..17eb5bb1503ba83bfde6fe0c6a1cb2f3a14e80e0 100644 (file)
--- a/TODO
+++ b/TODO
@@ -7,6 +7,9 @@
 
 For version 1.0:
 ----------------
+* Log messages are completely prevented from going to the console if the console
+  is being held by a service, meaning some can get lost. It would be better if
+  there was a (limited) buffer.
 * Perhaps need a way to prevent script services from re-starting.
   (eg there's no need to mount filesystems twice; there might be various other
    system initialisations that can't or shouldn't really be "undone" and so do