I'm trying to debug a web2py app working with WSGI on webfaction. First, I've activated the Logging = True in the wsgihandler and now I can read the httpserver.log. I've also read many things on exposing request/response objects but what I really wanted would be the possibility to read print calls in the app so I can check on variables content throughout the whole process.
Offline it is easy but how can we do this on a WSGI deployed web2py app? Thank you, Best regards