On Oct 9, 2011, at 1:40 AM, seongjoo wrote:

> I use web2py providing JSONRPC services without web interface. I am
> trying to find a way to debug the services so if there is one good
> method, I would love to know. Thank you. web2py rocks!

I've been using Python logging (via web2py logging.conf) and looking at tickets 
with a text editor (no doubt there's a better way, but...).

You have to also allow for the fact that server errors (tickets) get reported 
with a page of html instead of as a proper JSON-RPC error.

Reply via email to