Not seeing stderr logging in log file
Hi,
If I use ROS_INFO() for logging, the log data ends up in my node's log file (log file has the string "stdout" in it). It is not seen on the console. If I use ROS_ERROR() I see the output on the console but it does not end up in the log file. Using rqt_logger_level, I see that everything is set to INFO so only DEBUG should be left out of the log file, right? It seems like stderr output is not getting logged to a file. I am using Kinetic Kame.
I would like to see all logging end up in my node's log file.
Any help appreciated!
Bump...still trying to figure out how to get ROS_ERROR to be logged to file instead of being routed to terminal output (would like to have it go to both places if possible). Thanks
duplicate
Bumping it up.
I had the same problem