Whenever I try
logger.info ("REQUEST: \n " + request.to_yaml)
I get this error:
can't dump anonymous class Class
What's the best way to see what's in the request object (in a readable way)?
Whenever I try
logger.info ("REQUEST: \n " + request.to_yaml)
I get this error:
can't dump anonymous class Class
What's the best way to see what's in the request object (in a readable way)?