Caltech-AMBER / obelisk

A stable generic robot control interface.
https://caltech-amber.github.io/obelisk/
MIT License
5 stars 0 forks source link

Fix broken python logging #57

Closed alberthli closed 3 months ago

alberthli commented 3 months ago

Non-streamed log messages don't get dumped to file unless accompanied by other streamed messages.

See this issue I opened in rclpy: https://github.com/ros2/rclpy/issues/1315.