Failed to disable rosconsole logging

asked 2018-05-24 02:26:39 -0500

kevin.kuei.0321@gmail.com gravatar image

updated 2018-05-24 03:01:54 -0500

Hi, I would like to disable roscpp log.

Based on the rosconsole wiki ( http://wiki.ros.org/rosconsole#Disabl... ), I could add following line into custom configuration to disabling roscpp logging.

sudo bash
echo "log4j.threshold=OFF" >> $ROS_ROOT/config/rosconsole.config

then I reboot and roslaunch my script..

I still saw the new launched program generating roscpp logs into ~/.ros/log

Any idea will be appreciated.

edit retag flag offensive close merge delete