Robotics StackExchange | Archived questions

logging submodule data in different files

Hi !

I have written a node which uses a lot of ROS functions and used python's logging module to save log messages from this node.

Thing is that not only I got the log messages I wanted, but also all the ones which are from the ROS functions I use.

Is there a way to disable that ?

Asked by Lucile on 2013-07-25 23:32:04 UTC

Comments

I am looking for something similar and created the question: https://answers.ros.org/question/276010/how-do-i-create-a-sublogger-or-sublog/

Asked by knxa on 2018-01-19 10:22:34 UTC

Answers