Re: [web2py] logging.conf for debugging

2010-12-16 Thread Jonathan Lundell
On Dec 16, 2010, at 5:01 PM, Lorin Rivers wrote: > > [loggers] > keys=root,rocket,markdown,web2py,rewrite,app,welcome,cron > > # the default configuration is console-based (stdout) for backward > compatibility > # > # note that file-based handlers are thread-safe but not mp-safe; > # for mp-safe

Re: [web2py] logging.conf for debugging

2010-12-16 Thread Lorin Rivers
[loggers] keys=root,rocket,markdown,web2py,rewrite,app,welcome,cron # the default configuration is console-based (stdout) for backward compatibility # # note that file-based handlers are thread-safe but not mp-safe; # for mp-safe logging, configure the appropriate syslog handler [handlers] #keys=

Re: [web2py] logging.conf for debugging

2010-12-16 Thread Jonathan Lundell
On Dec 16, 2010, at 11:00 AM, Lorin Rivers wrote: > > I have logging writing to the console, but not to the log file. > > Starting with the example, I changed WARNING to DEBUG (everywhere--as > soon as I get it working, I'll be more selective), I set [keys] to > keys=consoleHandler,rotatingFileHa