Stream Logs #78
-
Is there away to stream the logs, ideally from the CLI? Even if there's a way to make the web interface stream updates, that would be very helpful. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 9 replies
-
If you are just looking for the ros2 logging messages printed from the robot application using RCLCPP_INFO, RCLCPP_WARN, etc.., you can subscribe to /rosout |
Beta Was this translation helpful? Give feedback.
-
Thanks, but I'm looking for the system logs that are available in the web interface. It looks like the logs are coming from a web socket, but they don't update in the browser (I've tried Firefox, chromium, Chrome, and Vivaldi), so I have to reload the page, wait for it to load, then scroll all the way down to see new lines. |
Beta Was this translation helpful? Give feedback.
If you are just looking for the ros2 logging messages printed from the robot application using RCLCPP_INFO, RCLCPP_WARN, etc.., you can subscribe to /rosout