diff --git a/openbsc/src/gprs/gtphub_main.c b/openbsc/src/gprs/gtphub_main.c index 9870bd9f8..f18710d3c 100644 --- a/openbsc/src/gprs/gtphub_main.c +++ b/openbsc/src/gprs/gtphub_main.c @@ -60,7 +60,7 @@ static struct log_info_cat gtphub_categories[] = { .description = "GTP Hub", .color = "\033[1;33m", .enabled = 1, - .loglevel = LOGL_NOTICE, + .loglevel = LOGL_INFO, }, };