Does rospy logging support "exc_info"
I just did some test, and seems that rospy logging ignores exc_info=True
which is supported by Python loggers.
So when exc_info
evaluates True
, python logger also logs the exception info. But I cannot make rospy.logerr() work with this.
Did I miss anything?
What is this a duplicate of?
I forgot to choose the option. It is not a duplicate. It is that the rospy log methods only take
*args
, so it looks obvious it doesn't forward**kwargs
to python logging. I am going to delete this questionI've re-opened it for you.
If you'e figured something out, please post an answer and accept your own answer.
I cannot accept my own answer yet. It requires 10+ points.