From: Patrik Flykt Date: Mon, 17 Sep 2012 10:36:41 +0000 (+0300) Subject: TODO: Add two logging related tasks X-Git-Tag: 1.7~7 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7dd2977e06091e8e916d57fcfee9439bb47f2202;p=platform%2Fupstream%2Fconnman.git TODO: Add two logging related tasks --- 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