The logging overview page for rospy (http://www.ros.org/wiki/rospy/Overview/Logging) mentions that as of Diamondback, logging is configured using a file in the fileConfig format. Is there an example of how to set this up? Also, do there exist handlers that publish to rosout, and can those be configured from the file as well?
http://docs.python.org/library/configparser.html
http://docs.python.org/library/logging.config.html
You cannot configure rosout via the rospy logging format.
In the future, I hope to use a non-logging-module-based solution for rospy, as it is difficult to manipulate.
Asked: 2011-06-18 10:23:53 -0500
Seen: 139 times
Last updated: Sep 02 '11
Change python node log level while running
Calls to rospy.log* from secondary threads not working
How can I disable smach state transition log messages?
Can the log level of a (python) ROS node be changed dynamically?
Priority in rospy loglevel configuration
How can I completely disable writing logs to filesystem?
ROS Answers is licensed under Creative Commons Attribution 3.0 Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.