TODO: Add two logging related tasks
authorPatrik Flykt <patrik.flykt@linux.intel.com>
Mon, 17 Sep 2012 10:36:41 +0000 (13:36 +0300)
committerPatrik Flykt <patrik.flykt@linux.intel.com>
Mon, 17 Sep 2012 13:14:30 +0000 (16:14 +0300)
TODO

diff --git a/TODO b/TODO
index ae01d77..7fa2df4 100644 (file)
--- a/TODO
+++ b/TODO
@@ -45,6 +45,25 @@ Core
    security integration.
 
 
+- Check logging produced by connman_info()
+
+   Priority: Medium
+   Complexity: C1
+
+   Check that logging produced by connman_info() contains meaningful messages
+   and get rid of the unnecessary ones.
+
+
+- Disable logging to syslog when run in foreground
+
+   Priority: Medium
+   Complexity: C1
+
+   When ConnMan is run in foreground mode, disable logging to syslog. If not
+   disabled, systemd will log everything twice, once via syslog and once on
+   standard error.
+
+
 - Favorite service migration removal
 
   Priority: Medium