debug: Use separate log group for watcher_t

This component produces a lot of messages that make debugging job
handling difficult.
This commit is contained in:
Tobias Brunner
2025-05-27 17:41:02 +02:00
parent 4703ef00ce
commit 2b1f0e8c6e
3 changed files with 15 additions and 11 deletions
+2
View File
@@ -24,6 +24,7 @@ ENUM(debug_names, DBG_DMN, DBG_ANY,
"IKE",
"CHD",
"JOB",
"WCH",
"CFG",
"KNL",
"NET",
@@ -46,6 +47,7 @@ ENUM(debug_lower_names, DBG_DMN, DBG_ANY,
"ike",
"chd",
"job",
"wch",
"cfg",
"knl",
"net",
+2
View File
@@ -43,6 +43,8 @@ enum debug_t {
DBG_CHD,
/** job processing */
DBG_JOB,
/** file descriptor watcher */
DBG_WCH,
/** configuration backends */
DBG_CFG,
/** kernel interface */