rcl and rcutils internal logging configuration with Zephyr
Hi!
I'm using the micro-ros zephyr module (https://github.com/micro-ROS/micro_ro...).
During debugging of an issue where rclc_executor_spin_some
seems to get "stuck" and does not return, i stumbled upon a bunch of logging calls (like RCUTILS_LOG_DEBUG_NAMED
) inside those rcl and rcutils functions, whose output i can't seem to get...
Is there some integration of this (internal) logging into the zephyr logging system, or does anyone have pointers on how to enable/configure this logging?