mirror of
https://gitea.osmocom.org/cellular-infrastructure/osmo-ggsn.git
synced 2025-10-23 08:22:07 +00:00
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
This commit is contained in:
committed by
laforge
parent
9366f4c034
commit
fcdaf31aa8
@@ -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",
|
||||
|
Reference in New Issue
Block a user