ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
The python logging documentation is here:
http://docs.python.org/lib/module-logging.html
Admittedly, it is pretty difficult documentation to wade through and is part of the reason why I want to move away from the logging module.
The logging configuration file does not interact with log messages on /rosout. The /rosout log level can be overridden in the rospy.init_node call.