From d9a117ed2176411cb8f371bd3aa4886e14b56328 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Sun, 17 Mar 2013 19:46:41 +0100 Subject: [PATCH] busybox-syslog: Increase back to notice (6) for the logging This sadly still prints the firmware reload messages. But this is necessary right now. The fpgadl/dspdl drivers do not log fatal failures so the 'success' is the only information we have. This is to be fixed in the driver. --- recipes-apps/busybox/busybox_sysmocom.inc | 2 +- recipes-apps/busybox/files/syslog.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-apps/busybox/busybox_sysmocom.inc b/recipes-apps/busybox/busybox_sysmocom.inc index aa49185..d331fcf 100644 --- a/recipes-apps/busybox/busybox_sysmocom.inc +++ b/recipes-apps/busybox/busybox_sysmocom.inc @@ -1,6 +1,6 @@ SYSMOCOM := "${@os.path.dirname(bb.data.getVar('FILE', d, True))}" FILESEXTRAPATHS_prepend := "${SYSMOCOM}/files:" -PRINC = "13" +PRINC = "14" SRC_URI += "file://busybox-ifplugd.sh \ file://ifplugd.sh" diff --git a/recipes-apps/busybox/files/syslog.conf b/recipes-apps/busybox/files/syslog.conf index ee5d485..f3d81fe 100644 --- a/recipes-apps/busybox/files/syslog.conf +++ b/recipes-apps/busybox/files/syslog.conf @@ -7,7 +7,7 @@ REDUCE=no # reduce-size logging #ROTATEGENS=3 # keep X generations of rotated logs (incompatible with busybox) BUFFERSIZE=64 # size of circular buffer [kByte] FOREGROUND=no # run in foreground (don't use!) -LOGLEVEL=4 +LOGLEVEL=6 # magic when a MMC card is mounted USING_MMC_CARD=`/bin/mount | grep /media/mmcblk0p1 | wc -l`