aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/common/logging.c8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/common/logging.c b/src/common/logging.c
index 2e952089..bd7eb73a 100644
--- a/src/common/logging.c
+++ b/src/common/logging.c
@@ -75,7 +75,7 @@ static struct log_info_cat bts_log_info_cat[] = {
[DL1P] = {
.name = "DL1P",
.description = "Layer 1 Primitives",
- .loglevel = LOGL_DEBUG,
+ .loglevel = LOGL_INFO,
.enabled = 0,
},
[DDSP] = {
@@ -89,6 +89,12 @@ static struct log_info_cat bts_log_info_cat[] = {
.description = "A-bis Intput Subsystem",
.enabled = 1, .loglevel = LOGL_NOTICE,
},
+ [DRTP] = {
+ .name = "DRTP",
+ .description = "Realtime Transfer Protocol",
+ .loglevel = LOGL_NOTICE,
+ .enabled = 1,
+ },
#if 0
[DNS] = {
.name = "DNS",