Change in osmo-ggsn[master]: debug: use LOGL_NOTICE instead of LOGL_DEBUG

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
Tue May 12 11:32:06 UTC 2020


dexter has submitted this change. ( https://gerrit.osmocom.org/c/osmo-ggsn/+/17607 )

Change subject: debug: use LOGL_NOTICE instead of LOGL_DEBUG
......................................................................

debug: use LOGL_NOTICE instead of LOGL_DEBUG

In debug.c the log category DICMP6 uses LOGL_DEBUG as default. This is
way to verbose, lets use LOGL_NOTICE instead.

Change-Id: I4c6a9165114d1240e7e2cfa98d30d571a3f4e9d2
Related: OS#2577
---
M lib/debug.c
1 file changed, 1 insertion(+), 1 deletion(-)

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



diff --git a/lib/debug.c b/lib/debug.c
index cb918b1..c79e493 100644
--- a/lib/debug.c
+++ b/lib/debug.c
@@ -29,7 +29,7 @@
 	[DICMP6] = {
 		.name = "DICMP6",
 		.description = "ICMPv6",
-		.enabled = 1, .loglevel = LOGL_DEBUG,
+		.enabled = 1, .loglevel = LOGL_NOTICE,
 	},
 };
 

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

Gerrit-Project: osmo-ggsn
Gerrit-Branch: master
Gerrit-Change-Id: I4c6a9165114d1240e7e2cfa98d30d571a3f4e9d2
Gerrit-Change-Number: 17607
Gerrit-PatchSet: 2
Gerrit-Owner: dexter <pmaier at sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: dexter <pmaier at sysmocom.de>
Gerrit-Reviewer: fixeria <axilirator at gmail.com>
Gerrit-Reviewer: pespin <pespin at sysmocom.de>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200512/cdea3600/attachment.htm>


More information about the gerrit-log mailing list