List the available log levels the first time it is used and remove any occurrence which does not change WRT the default log level. --- conf/example/frameworkd.conf | 9 ++------- 1 files changed, 2 insertions(+), 7 deletions(-)
diff --git a/conf/example/frameworkd.conf b/conf/example/frameworkd.conf index a8fe154..a0aa465 100644 --- a/conf/example/frameworkd.conf +++ b/conf/example/frameworkd.conf @@ -1,7 +1,8 @@ [frameworkd] # indicates this configuration version, do not change version = 1 -# the default log_level, if not specified per module +# the default log_level, if not specified per subsystem or module +# available log levels are: DEBUG, INFO, WARNING, ERROR, CRITICAL log_level = INFO # the global log_destination. Uncomment to enable log_to = stderr @@ -21,9 +22,6 @@ scantype = auto # Subsystem configuration for oeventsd # [odeviced] -# set log level for a subsystem or for an individual module -# available log levels are: DEBUG, INFO, WARNING, ERROR, CRITICAL -log_level = INFO [odeviced.accelerometer] disable = 1 @@ -87,7 +85,6 @@ device = GTA02Device channel = SerialChannel # For UDPChannel the path defines the port to listen to path = /dev/ttySAC1 -log_level = INFO [ogpsd.factory] @@ -115,7 +112,6 @@ ti_calypso_deep_sleep = adaptive ti_calypso_dsp_mode = aec+nr # choose your muxer, available types are: gsm0710muxd [default], fso-abyss ti_calypso_muxer = gsm0710muxd -log_level = INFO # # Subsystem configuration for onetworkd @@ -149,7 +145,6 @@ rootdir = ../etc/freesmartphone/opim:/etc/freesmartphone/opim:/usr/etc/freesmart [opreferencesd] log_level = DEBUG disable = 0 -# log_level = DEBUG [opreferencesd.opreferences] -- 1.6.3.1 _______________________________________________ Smartphones-userland mailing list Smartphones-userland@linuxtogo.org http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/smartphones-userland