Change rospy node log level while running
Is there any way to change a rospy
node's log level while it is running? http://www.ros.org/wiki/rospy/Overview/Logging says that you must pass in a parameter to rospy.init_node(), which means you need to kill and restart the node...
Also, I am curious why rxloggerlevel doesn't work for python nodes.