Laczen opened a new issue, #1947: URL: https://github.com/apache/mynewt-nimble/issues/1947
I am trying to make the logging less verbose on NuttX, I can disable the logging completely by modifying the definition in `nimble_npl_os_log.h` in the porting directory of nuttx, but I can't make it less verbose by e.g. not enabling `..._ERROR` routines. It seems that most nimble codes uses some redefinition of `BLE_NPL_LOG(lvl, ...` but some code (e.g. `ble_att_cmd.c`) is directly using a macro `BLE_EATT_LOG_ERROR(`. This makes it necessary for `nimble_npl_os_log.h` to generate the specific macro for each "subsystem". Is there some example that generates the correct macro's instead of one global enabled/disabled log function ? Thanks, -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
