This is a little vague, but specifically what I'm thinking about is when a log message is trying to provide information by logging an object and said object doesn't have a to string, so we end up with something like We found an issue in <__main__.AProblem object at 0x7fbb3e29ca60>.
This is a little vague, but specifically what I'm thinking about is when a log message is trying to provide information by logging an object and said object doesn't have a to string, so we end up with something like
We found an issue in <__main__.AProblem object at 0x7fbb3e29ca60>.