I would like a specific node in my ROS package to display output at the DEBUG verbosity level, while other nodes to display at the INFO level. I am aware of the rosconsole configuration file, and am able to set verbosity for a package with:
log4j.logger.ros.my_package=DEBUG
However, the following does not work:
log4j.logger.ros.my_package.my_node=DEBUG