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
@@ -43,6 +43,8 @@ enum debug_t {
DBG_CHD,
/** job processing */
DBG_JOB,
/** file descriptor watcher */
DBG_WCH,
/** configuration backends */
DBG_CFG,
/** kernel interface */