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

2021-12-16 Thread Daniel Kiper
On Fri, Dec 10, 2021 at 02:13:52AM -0600, Glenn Washburn wrote: > Sometimes you know only know which debug logging facility names you want to s/only know/only/ > turn off, not necessarily all the ones you want enabled. This patch allows > the debug string to contain facility names in the $debug v

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

2021-12-10 Thread Michael Schierl
Hello Glenn, Am 10.12.2021 um 09:13 schrieb Glenn Washburn: Sometimes you know 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 prefix

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

2021-12-10 Thread Glenn Washburn
Sometimes you know 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.