summaryrefslogtreecommitdiffstats
path: root/src/host/layer23/src/common/logging.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/host/layer23/src/common/logging.c')
-rw-r--r--src/host/layer23/src/common/logging.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/host/layer23/src/common/logging.c b/src/host/layer23/src/common/logging.c
index cdd3c35a..c2e4a5e1 100644
--- a/src/host/layer23/src/common/logging.c
+++ b/src/host/layer23/src/common/logging.c
@@ -30,7 +30,7 @@ static const struct log_info_cat default_categories[] = {
.name = "DRSL",
.description = "Radio Signalling Link (MS)",
.color = "\033[1;35m",
- .enabled = 1, .loglevel = LOGL_DEBUG,
+ .enabled = 1, .loglevel = LOGL_NOTICE,
},
[DCS] = {
.name = "DCS",
@@ -88,13 +88,13 @@ static const struct log_info_cat default_categories[] = {
[DLAPDM] = {
.name = "DLAPDM",
.description = "LAPDm Layer2",
- .enabled = 1, .loglevel = LOGL_DEBUG,
+ .enabled = 1, .loglevel = LOGL_NOTICE,
},
[DL1C] = {
.name = "DL1C",
.description = "Layer 1 Control",
.color = "\033[1;31m",
- .enabled = 1, .loglevel = LOGL_DEBUG,
+ .enabled = 1, .loglevel = LOGL_NOTICE,
},
[DSAP] = {
.name = "DSAP",