john peter wrote:
> the fix was to specify handler.RotatingFileHandler
>
> does RotatingFileHandler work with Windows XP?
Yes.
--
http://mail.python.org/mailman/listinfo/python-list
the fix was to specify handler.RotatingFileHandler does RotatingFileHandler work with Windows XP? john peter <[EMAIL PROTECTED]> wrote:Hi! I have the following logging.conf : [loggers]keys=root [handlers]keys=roth [formatters]keys=simpleFormatter [logger_root]level=INFOhand
Hi! I have the following logging.conf : [loggers]keys=root [handlers]keys=roth [formatters]keys=simpleFormatter [logger_root]level=INFOhandlers=roth [handler_roth]class=RotatingFileHandlerlevel=INFOformatter=simpleFormatterargs=('adssim.log','w', 200, 4) [formatter_simpleFo