Change in osmo-e1d[master]: make compile-time default logging configuration less verbose

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

laforge gerrit-no-reply at lists.osmocom.org
Mon Nov 15 09:07:09 UTC 2021


laforge has submitted this change. ( https://gerrit.osmocom.org/c/osmo-e1d/+/26228 )

Change subject: make compile-time default logging configuration less verbose
......................................................................

make compile-time default logging configuration less verbose

As Keith pointed out we shouldn't spam the stderr with debug level
logging by default.

Change-Id: I909affb3b798c13950f95628275a6ec3a38c76ca
---
M src/log.c
1 file changed, 2 insertions(+), 2 deletions(-)

Approvals:
  Jenkins Builder: Verified
  fixeria: Looks good to me, but someone else must approve
  tnt: Looks good to me, but someone else must approve
  laforge: Looks good to me, approved



diff --git a/src/log.c b/src/log.c
index c50efe5..e2b90dc 100644
--- a/src/log.c
+++ b/src/log.c
@@ -30,12 +30,12 @@
 static const struct log_info_cat default_categories[] = {
 	[DE1D] = {
 		.name = "DE1D",
-		.loglevel = LOGL_DEBUG,
+		.loglevel = LOGL_INFO,
 		.enabled = 1,
 	},
 	[DXFR] = {
 		.name = "DXFR",
-		.loglevel = LOGL_DEBUG,
+		.loglevel = LOGL_NOTICE,
 		.enabled = 1,
 	},
 };

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-e1d/+/26228
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-e1d
Gerrit-Branch: master
Gerrit-Change-Id: I909affb3b798c13950f95628275a6ec3a38c76ca
Gerrit-Change-Number: 26228
Gerrit-PatchSet: 1
Gerrit-Owner: laforge <laforge at osmocom.org>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy at sysmocom.de>
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-Reviewer: tnt <tnt at 246tNt.com>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20211115/003aa644/attachment.htm>


More information about the gerrit-log mailing list