[MERGED] osmo-bts[master]: add missing DSUM entry to bts_log_info_cat

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/.

Harald Welte gerrit-no-reply at lists.osmocom.org
Fri Jun 17 15:32:03 UTC 2016


Harald Welte has submitted this change and it was merged.

Change subject: add missing DSUM entry to bts_log_info_cat
......................................................................


add missing DSUM entry to bts_log_info_cat

This allows setting the 'sum' log level to debug in osmo-bts.cfg.

Change-Id: I1fe1a483f07f0384815f01877f86ffc192052f72
---
M src/common/logging.c
1 file changed, 6 insertions(+), 0 deletions(-)

Approvals:
  Harald Welte: Looks good to me, approved
  Jenkins Builder: Verified



diff --git a/src/common/logging.c b/src/common/logging.c
index 5ce9b8b..2911692 100644
--- a/src/common/logging.c
+++ b/src/common/logging.c
@@ -136,6 +136,12 @@
 		.enabled = 1, .loglevel = LOGL_DEBUG,
 	},
 #endif
+	[DSUM] = {
+		.name = "DSUM",
+		.description = "DSUM",
+		.loglevel = LOGL_NOTICE,
+		.enabled = 1,
+	},
 };
 
 const struct log_info bts_log_info = {

-- 
To view, visit https://gerrit.osmocom.org/299
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I1fe1a483f07f0384815f01877f86ffc192052f72
Gerrit-PatchSet: 2
Gerrit-Project: osmo-bts
Gerrit-Branch: master
Gerrit-Owner: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Jenkins Builder



More information about the gerrit-log mailing list