trying to set the LOG_LEVEL in the prj.conf, building, cleaning,rebuilding... takes no effect.
what am I missing?
trying to set the LOG_LEVEL in the prj.conf, building, cleaning,rebuilding... takes no effect.
what am I missing?
Hi,
I did not use SES for Zephyr development yet. I have always generated everything with a command line.
Thank you Jakub!
MenuConfig -- got it, really cool :)
I have similar issue. Is it resolved? How?
To enable debug logs for the module you need to change entry in prj.conf from:
CONFIG_<MODULE_NAME>_LOG_LEVEL=4
to:
CONFIG_<MODULE_NAME>_LOG_LEVEL_DBG=y