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
[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=
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
3 matches
Mail list logo