From fcdaf31aa86b773cf7da07437d3b9b5bd9962ff7 Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Thu, 9 Apr 2020 20:29:02 +0200 Subject: 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 --- lib/debug.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", -- cgit v1.2.3