How can I disable smach state transition log messages?
Every time that smach performs a transition to a new state, it issues an Info log message indicating the time and the transition made. Is there a way of disabling those messages?.
I have read the following related questions, but found no answer to this problem:
http://answers.ros.org/question/10299/rospy-logging/
http://answers.ros.org/question/10269/rospy-logging-configuration/
http://answers.ros.org/question/9802/change-python-node-log-level-while-running/
Does rxloggerlevel help? Maybe they are in a named logger.
I don't think
rxloggerlevel
works for Python logging.No, it doesn't, as indicated in http://answers.ros.org/question/10299/rospy-logging/
I updated the thread http://answers.ros.org/question/10299/rospy-logging/?answer=103161#post-id-103161. In nutshell; rospy logger can/should be tracked now.