aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2020-04-09 20:29:02 +0200
committerlaforge <laforge@osmocom.org>2020-04-14 13:18:21 +0000
commitfcdaf31aa86b773cf7da07437d3b9b5bd9962ff7 (patch)
treef4e4274fd59bfb0cfb3bd9d47d80f597d4b7dd5f
parent9366f4c034a7c9e313cf8b59f627e8e2c4e9d3e9 (diff)
sgsnemu: Set its default loglevel category to INFO
sgsnemu is a testing program and doesn't have a VTY iface to configure its log levels, so let's simply enable INFO as a default. Change-Id: I2a577f547b57fb0ab7b83de5c12da088697f3904
-rw-r--r--lib/debug.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/debug.c b/lib/debug.c
index 83423dc..cb918b1 100644
--- a/lib/debug.c
+++ b/lib/debug.c
@@ -24,7 +24,7 @@ static const struct log_info_cat default_categories[] = {
[DSGSN] = {
.name = "DSGSN",
.description = "SGSN Emulator",
- .enabled = 1, .loglevel = LOGL_NOTICE,
+ .enabled = 1, .loglevel = LOGL_INFO,
},
[DICMP6] = {
.name = "DICMP6",