Re: [web2py] Re: A good py Logger Lib that works with web2Py (like Log4J)

2013-07-30 Thread Jake Angulo
Thanks All! Will try to both pdb and errormator and see what works for me. On Tue, Jul 30, 2013 at 3:50 AM, Derek sp1d...@gmail.com wrote: Take a look at errormator. I use it in some of my non-web2py apps simple enough. On Sunday, July 28, 2013 5:51:28 PM UTC-7, Jake Angulo wrote: Hi

[web2py] Re: A good py Logger Lib that works with web2Py (like Log4J)

2013-07-29 Thread Niphlod
the standard logging module is pretty fine !?!?!? On Monday, July 29, 2013 2:51:28 AM UTC+2, Jake Angulo wrote: Hi Guys, I develop using vi notepad++ and find it very difficult to debug with these limited tools. I debug by runtime output / stdout doing a lot of print. Is there a

Re: [web2py] Re: A good py Logger Lib that works with web2Py (like Log4J)

2013-07-29 Thread Richard Vézina
I heard that pdb is nice! Richard On Mon, Jul 29, 2013 at 10:01 AM, Niphlod niph...@gmail.com wrote: the standard logging module is pretty fine !?!?!? On Monday, July 29, 2013 2:51:28 AM UTC+2, Jake Angulo wrote: Hi Guys, I develop using vi notepad++ and find it very difficult to

[web2py] Re: A good py Logger Lib that works with web2Py (like Log4J)

2013-07-29 Thread Derek
Take a look at errormator. I use it in some of my non-web2py apps simple enough. On Sunday, July 28, 2013 5:51:28 PM UTC-7, Jake Angulo wrote: Hi Guys, I develop using vi notepad++ and find it very difficult to debug with these limited tools. I debug by runtime output / stdout doing a