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