[...]
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?

Best regards,
  rdiez


Reply via email to