/** @brief Un-comment to set the debug log messages level from the NimBLE host stack.\n
* Values: 0 = DEBUG, 1 = INFO, 2 = WARNING, 3 = ERROR, 4 = CRITICAL, 5+ = NONE\n
* Uses approx. 32kB of flash memory.
*/
// #define MYNEWT_VAL_BLE_HS_LOG_LVL 5
Just curious because uncommenting and setting it to 0 doesn't appear to do anything, unless there's another flag that is needed for it work?
Discussed in #1168
Originally posted by vlucent June 29, 2026
From nimconfig.h:
Just curious because uncommenting and setting it to 0 doesn't appear to do anything, unless there's another flag that is needed for it work?