Closed
Description
When I log an object using the message I get is generic and not very helpful.
For example if I call logging.debug(request)
I get <rest_framework.request.Request object at 0x7ff3e20ad0b8>
.
Is there a way to make the object browse-able. I was thinking something like a [+] button that shows all the properties of the object and their values.