From: Antonio B. <bor...@gm...> - 2025-08-12 17:57:51
|
On Tue, Aug 12, 2025, 18:38 R. Diez <rdi...@rd...> wrote: > > [...] > > But for all the new stuff, I would keep them at the same level while > > using different macros for easier code split in future. > > LOG_LVL_DEBUG_USB= 5, // new > > LOG_LVL_DEBUG_MALLOC= 5, // new > > LOG_LVL_DEBUG_...= 5, // new > > OK, that means that setting the debug level to 5 will add to the log > output both the USB and malloc messages from the old > --enable-verbose-usb-comms and --enable-malloc-logging configuration > options, right? > > That will make the log output even more annoyingly verbose until the > future selective log filtering you mentioned is in place. > > Is that right? > Yes, right ! At least we keep them separate and we can always re-assign different values later, if we need. Antonio > |