Rob Richardson wrote:

> Our customers are used to the rotating log file capability of the log4py
> package.  I did not see anything in that link that talks about rotating
> log files (changing file name when the date changes, and saving a limited
> number of old log files).  Is that possible using the stdlib logging
> package?  

How about

http://docs.python.org/py3k/library/logging.handlers.html#timedrotatingfilehandler


-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to