Does ros have rolling log files/ ability to limit total size ?
Hi, I am using ROS indigo. I am creating a custom config file for my project that helps me to control the size of the log files,and define it if should be rolling . Is there a way to limit / control the size of default ros log that goes into .ros/log ? Or define the number of files it can generate after which it starts overwriting the first file ?
So it is more of a system maintenance question, will the logs files roll over once it crosses a certain limit or will it continue creating new logs files ?
Do I have to write a script to take care of that ?
-Best c-nanda
Anyone has a comment? Did I explain the question well enough ?