Change in osmo-pcu[master]: gprs_debug: Use only LOGL_NOTICE 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:26:02 UTC 2020


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


Change subject: gprs_debug: Use only LOGL_NOTICE as default loglevel
......................................................................

gprs_debug: Use only LOGL_NOTICE as default loglevel

The default loglevels of some log categories are configured to
LOGL_INFO. This is still to verbose, lets use LOGL_NOTICE here.

Change-Id: Ibb1cd1a94fb4fdd0147e073f8c1c82562c2c14ef
Related: OS#2577
---
M src/gprs_debug.cpp
1 file changed, 8 insertions(+), 8 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-pcu refs/changes/09/17609/1

diff --git a/src/gprs_debug.cpp b/src/gprs_debug.cpp
index 91933a2..589b226 100644
--- a/src/gprs_debug.cpp
+++ b/src/gprs_debug.cpp
@@ -29,14 +29,14 @@
 		.name = "DCSN1",
 		.color = "\033[1;31m",
 		.description = "Concrete Syntax Notation One (CSN1)",
-		.loglevel = LOGL_INFO,
+		.loglevel = LOGL_NOTICE,
 		.enabled = 0,
 	},
 	[DL1IF] = {
 		.name = "DL1IF",
 		.color = "\033[1;32m",
 		.description = "GPRS PCU L1 interface (L1IF)",
-		.loglevel = LOGL_INFO,
+		.loglevel = LOGL_NOTICE,
 		.enabled = 1,
 	},
 	[DRLCMAC] = {
@@ -78,42 +78,42 @@
 		.name = "DRLCMACMEAS",
 		.color = "\033[1;31m",
 		.description = "GPRS RLC/MAC layer Measurements (RLCMAC)",
-		.loglevel = LOGL_INFO,
+		.loglevel = LOGL_NOTICE,
 		.enabled = 1,
 	},
 	[DTBF] = {
 		.name = "DTBF",
 		.color = "\033[1;34m",
 		.description = "Temporary Block Flow (TBF)",
-		.loglevel = LOGL_INFO,
+		.loglevel = LOGL_NOTICE,
 		.enabled = 1,
 	},
 	[DTBFDL] = {
 		.name = "DTBFDL",
 		.color = "\033[1;34m",
 		.description = "Temporary Block Flow (TBF) Downlink",
-		.loglevel = LOGL_INFO,
+		.loglevel = LOGL_NOTICE,
 		.enabled = 1,
 	},
 	[DTBFUL] = {
 		.name = "DTBFUL",
 		.color = "\033[1;34m",
 		.description = "Temporary Block Flow (TBF) Uplink",
-		.loglevel = LOGL_INFO,
+		.loglevel = LOGL_NOTICE,
 		.enabled = 1,
 	},
 	[DNS] = {
 		.name = "DNS",
 		.color = "\033[1;34m",
 		.description = "GPRS Network Service Protocol (NS)",
-		.loglevel = LOGL_INFO,
+		.loglevel = LOGL_NOTICE,
 		.enabled = 1,
 	},
 	[DBSSGP] = {
 		.name = "DBSSGP",
 		.color = "\033[1;34m",
 		.description = "GPRS BSS Gateway Protocol (BSSGP)",
-		.loglevel = LOGL_INFO,
+		.loglevel = LOGL_NOTICE,
 		.enabled = 1,
 	},
 	[DPCU] = {

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

Gerrit-Project: osmo-pcu
Gerrit-Branch: master
Gerrit-Change-Id: Ibb1cd1a94fb4fdd0147e073f8c1c82562c2c14ef
Gerrit-Change-Number: 17609
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/5db2bf69/attachment.htm>


More information about the gerrit-log mailing list