From 69da1d453cb46e4ad2383747e430a59a2b49a276 Mon Sep 17 00:00:00 2001 From: Neels Hofmeyr Date: Tue, 23 Feb 2016 13:28:04 +0100 Subject: gtphub: tweak default logging level --- openbsc/src/gprs/gtphub_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openbsc/src/gprs/gtphub_main.c') 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, }, }; -- cgit v1.2.3