From: John Crispin Date: Mon, 6 Nov 2017 07:39:09 +0000 (+0100) Subject: procd: lower the logging threshold X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fprocd.git;a=commitdiff_plain;h=53e92d43d6d1b196eae8a6657335ad8b89b8142e procd: lower the logging threshold Signed-off-by: John Crispin --- diff --git a/procd.c b/procd.c index dd4909e..3de6208 100644 --- a/procd.c +++ b/procd.c @@ -69,6 +69,7 @@ int main(int argc, char **argv) } ulog_open(ulog_channels, LOG_DAEMON, "procd"); + ulog_threshold(LOG_DEBUG + 1); setsid(); uloop_init();