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
This commit is contained in:
Vadim Yanitskiy 2023-04-26 20:17:36 +07:00
parent 712e7cdf24
commit 2cb97ba8da
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ static struct log_info_cat trxcon_log_info_cat[] = {
.name = "DGPRS",
.description = "L1 GPRS (MAC layer)",
.color = "\033[1;36m",
.enabled = 1, .loglevel = LOGL_DEBUG,
.enabled = 1, .loglevel = LOGL_NOTICE,
},
};