The NRF_LOG library apparently uses memobj, which uses balloc. I assume that means I need to add some blocks in my sdk_config (i.e., MEMORY_MANAGER_SMALL_BLOCK_COUNT, etc). When I don't do this I end up getting an error 4 in the bare error handler. How many blocks, and of what size, do I need for the logger?