django-debug-toolbar icon indicating copy to clipboard operation
django-debug-toolbar copied to clipboard

object browser in log messages

Open waspinator opened this issue 7 years ago • 0 comments

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.

waspinator avatar Nov 27 '18 03:11 waspinator