ros / ros_comm

ROS communications-related packages, including core client libraries (roscpp, rospy, roslisp) and graph introspection tools (rostopic, rosnode, rosservice, rosparam).

Home Page:http://wiki.ros.org/ros_comm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

roslaunch/rosmaster logs to old log after rotation

LucidOne opened this issue · comments

If a log rotation script moves
$ROS_LOG_DIR/<run_id>/master.log to $ROS_LOG_DIR/<run_id>/master.log.1
ROS will continue to log to master.log.1

Sending SIGHUP to roslaunch does not restart logging.