hnbgw: set DMAIN loglevel to DEBUG by default
diff --git a/src/hnbgw.c b/src/hnbgw.c
index 3553f9e..3421f4f 100644
--- a/src/hnbgw.c
+++ b/src/hnbgw.c
@@ -295,7 +295,7 @@
 
 static const struct log_info_cat log_cat[] = {
 	[DMAIN] = {
-		.name = "DMAIN", .loglevel = LOGL_INFO, .enabled = 1,
+		.name = "DMAIN", .loglevel = LOGL_DEBUG, .enabled = 1,
 		.color = "",
 		.description = "Main program",
 	},