You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: