aboutsummaryrefslogtreecommitdiffstats
path: root/src/logging.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/logging.c')
-rw-r--r--src/logging.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/logging.c b/src/logging.c
index a40008e9..6da36758 100644
--- a/src/logging.c
+++ b/src/logging.c
@@ -274,6 +274,12 @@ static const struct log_info_cat internal_cat[OSMO_NUM_DLIB] = {
.enabled = 1, .loglevel = LOGL_NOTICE,
.color = "\033[38;5;59m",
},
+ [INT2IDX(DLTRACE)] = {
+ .name = "DLTRACE",
+ .description = "Machine-parsable trace messages (for use with GSMTAP logging)",
+ .enabled = 0, .loglevel = LOGL_NOTICE,
+ .color = "",
+ },
};
void assert_loginfo(const char *src)