ros2 / rcl_logging

Logging implementations for ROS 2.
Apache License 2.0
20 stars 36 forks source link

Is there any configuration to control max log file size? #100

Open Lannister-Xiaolin opened 1 year ago

Lannister-Xiaolin commented 1 year ago

Same question from forum: https://answers.ros.org/question/389402/how-to-limit-ros2-log-size/

cfveeden commented 11 months ago

There is a PR up to expose spdlog's capabilities to control this here: https://github.com/ros2/rcl_logging/pull/103

It has been waiting for reviews for quite a while though.