Change in osmo-iuh[master]: hnbgw: do not use LOGL_DEBUG as default loglevel

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

dexter gerrit-no-reply at lists.osmocom.org
Wed Mar 25 11:14:32 UTC 2020


dexter has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-iuh/+/17608 )


Change subject: hnbgw: do not use LOGL_DEBUG as default loglevel
......................................................................

hnbgw: do not use LOGL_DEBUG as default loglevel

The hnbgw application uses LOGL_DEBUG for all its log categories. This
is way to verbose, lets set LOGL_NOTICE as default loglevel instead.

Change-Id: If3dbed88307814764bab9e7f1821e1dc0d8be43b
Related: OS#2577
---
M src/hnbgw.c
1 file changed, 4 insertions(+), 4 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-iuh refs/changes/08/17608/1

diff --git a/src/hnbgw.c b/src/hnbgw.c
index 70ee25b..a47decd 100644
--- a/src/hnbgw.c
+++ b/src/hnbgw.c
@@ -335,22 +335,22 @@
 
 static const struct log_info_cat log_cat[] = {
 	[DMAIN] = {
-		.name = "DMAIN", .loglevel = LOGL_DEBUG, .enabled = 1,
+		.name = "DMAIN", .loglevel = LOGL_NOTICE, .enabled = 1,
 		.color = "",
 		.description = "Main program",
 	},
 	[DHNBAP] = {
-		.name = "DHNBAP", .loglevel = LOGL_DEBUG, .enabled = 1,
+		.name = "DHNBAP", .loglevel = LOGL_NOTICE, .enabled = 1,
 		.color = "",
 		.description = "Home Node B Application Part",
 	},
 	[DRUA] = {
-		.name = "DRUA", .loglevel = LOGL_DEBUG, .enabled = 1,
+		.name = "DRUA", .loglevel = LOGL_NOTICE, .enabled = 1,
 		.color = "",
 		.description = "RANAP User Adaptation",
 	},
 	[DRANAP] = {
-		.name = "DRANAP", .loglevel = LOGL_DEBUG, .enabled = 1,
+		.name = "DRANAP", .loglevel = LOGL_NOTICE, .enabled = 1,
 		.color = "",
 		.description = "RAN Application Part",
 	},

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

Gerrit-Project: osmo-iuh
Gerrit-Branch: master
Gerrit-Change-Id: If3dbed88307814764bab9e7f1821e1dc0d8be43b
Gerrit-Change-Number: 17608
Gerrit-PatchSet: 1
Gerrit-Owner: dexter <pmaier at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200325/cd3b23f1/attachment.htm>


More information about the gerrit-log mailing list