ros / rosconsole

17 stars 61 forks source link

Direct WARN level messages to stderr #29

Closed miguelprada closed 5 years ago

miguelprada commented 5 years ago

According to roscpp logging documentation messages with level WARN or above should go to stderr. However WARN level messages are currently sent to stdout by roscpp (not by rospy, by the way).

I'm not at all familiar with the rosconsole codebase, but on my limited tests this fixes this issue.

dirk-thomas commented 5 years ago

Thanks for the patch.