gtphub: tweak default logging level
diff --git a/openbsc/src/gprs/gtphub_main.c b/openbsc/src/gprs/gtphub_main.c
index 9870bd9..f18710d 100644
--- a/openbsc/src/gprs/gtphub_main.c
+++ b/openbsc/src/gprs/gtphub_main.c
@@ -60,7 +60,7 @@
 		.description = "GTP Hub",
 		.color = "\033[1;33m",
 		.enabled = 1,
-		.loglevel = LOGL_NOTICE,
+		.loglevel = LOGL_INFO,
 	},
 };