From 0c7f7d45ca519d1437a7117f5c549112232d34fe Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Wed, 8 Dec 2021 15:55:58 +0100 Subject: [PATCH] Change default log level to INFO this will drop printing DEBUG level messages by default. Change-Id: I8ecb17674d480988847d7fa23b586b66fa52010a --- src/debug.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/debug.c b/src/debug.c index 91c2f71..b98ca08 100644 --- a/src/debug.c +++ b/src/debug.c @@ -28,7 +28,7 @@ static const struct log_info_cat default_categories[] = { [DMAIN] = { .name = "DMAIN", - .loglevel = LOGL_DEBUG, + .loglevel = LOGL_INFO, .enabled = 1, }, [DST2] = {