fixeria has submitted this change. ( https://gerrit.osmocom.org/c/osmocom-bb/+/32517 )
Change subject: trxcon: reduce DGPRS logging level to LOGL_NOTICE ......................................................................
trxcon: reduce DGPRS logging level to LOGL_NOTICE
This was needed during early testing of l1gprs, but not anymore.
Change-Id: Ifccf8ccae2d9acc4039db46a87fa43f95a28e6ad Related: OS#5500 --- M src/host/trxcon/src/logging.c 1 file changed, 13 insertions(+), 1 deletion(-)
Approvals: Jenkins Builder: Verified pespin: Looks good to me, approved
diff --git a/src/host/trxcon/src/logging.c b/src/host/trxcon/src/logging.c index e94ad2d..b80f00d 100644 --- a/src/host/trxcon/src/logging.c +++ b/src/host/trxcon/src/logging.c @@ -71,7 +71,7 @@ .name = "DGPRS", .description = "L1 GPRS (MAC layer)", .color = "\033[1;36m", - .enabled = 1, .loglevel = LOGL_DEBUG, + .enabled = 1, .loglevel = LOGL_NOTICE, }, };