summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorPatrik Flykt <patrik.flykt@linux.intel.com>2012-09-17 13:36:41 +0300
committerPatrik Flykt <patrik.flykt@linux.intel.com>2012-09-17 16:14:30 +0300
commit7dd2977e06091e8e916d57fcfee9439bb47f2202 (patch)
tree3bd4dd5ba89a6d9b2f80110c8e4fde442f93eb78 /TODO
parentbf87298cf4acaff12942bfec6257e197f479efe6 (diff)
downloadconnman-7dd2977e06091e8e916d57fcfee9439bb47f2202.tar.gz
connman-7dd2977e06091e8e916d57fcfee9439bb47f2202.tar.bz2
connman-7dd2977e06091e8e916d57fcfee9439bb47f2202.zip
TODO: Add two logging related tasks
Diffstat (limited to 'TODO')
-rw-r--r--TODO19
1 files changed, 19 insertions, 0 deletions
diff --git a/TODO b/TODO
index ae01d779..7fa2df40 100644
--- 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