From 7dd2977e06091e8e916d57fcfee9439bb47f2202 Mon Sep 17 00:00:00 2001 From: Patrik Flykt Date: Mon, 17 Sep 2012 13:36:41 +0300 Subject: [PATCH] TODO: Add two logging related tasks --- TODO | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/TODO b/TODO index ae01d77..7fa2df4 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 -- 2.7.4