You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For troubleshooting, it would be useful to be able to change the severity level of the eProsima to INFO or DEBUG, either independently of ROS2 or in conjunction with.
The text was updated successfully, but these errors were encountered:
I think the best path forward is to implement a custom LogConsumer for FastRTPS which uses the ROS logging API provided by rcutils. Currently rcutils doesn't offer name-specific severity levels but that feature is planned to be added in the future.
If you would like to see this feature rather earlier than later we would appreciate a PR for it.
Feature Request
Currently the eProsima logging level is hardcoded to ERROR:
https://github.com/ros2/rmw_fastrtps/blob/master/rmw_fastrtps_cpp/src/rmw_node.cpp#L66
For troubleshooting, it would be useful to be able to change the severity level of the eProsima to INFO or DEBUG, either independently of ROS2 or in conjunction with.
The text was updated successfully, but these errors were encountered: