Re: [PATCH v4] misc: Allow selective disabling of debug facility names

2022-01-13 Thread Daniel Kiper
On Sat, Jan 01, 2022 at 11:02:59PM -0600, Glenn Washburn wrote: > Sometimes you only know which debug logging facility names you want to > turn off, not necessarily all the ones you want enabled. This patch allows > the debug string to contain facility names in the $debug variable which are > prefi

[PATCH v4] misc: Allow selective disabling of debug facility names

2022-01-01 Thread Glenn Washburn
Sometimes you only know which debug logging facility names you want to turn off, not necessarily all the ones you want enabled. This patch allows the debug string to contain facility names in the $debug variable which are prefixed with a "-" to disable debug log messages for that conditional. Say y