I would like to know how to enable logging.conf using Python logging.
Or is it set as default waiting to be discovered useful? :)

I am testing winpdb. It took sometime to set it up and figure it out.
When I made it work for the first time, it was a surprise to me. I am
not sure I am using it in a correct way, I can do all stuff of
debugging but stopping it takes so much effort. The web2py freezes and
all things should be restarted.

Have you considered using winpdb for debugging? If so, I would like to
be enlightened. Thank you.

On 10월10일, 오전4시37분, Jonathan Lundell <jlund...@pobox.com> wrote:
> 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