[issue8117] TimedRotatingFileHandler doesn't rotate log file at startup.

2010-03-12 Thread Vinay Sajip
Vinay Sajip added the comment: > From: Yuriy Taraday > Can this change be included in the 2.6 release? > It's small enough but necessary for our current > development. I'm sorry, Yuriy, I don't think it can be, as it's an enhancement rather than a bug fix. It does change existing behaviour,

[issue8117] TimedRotatingFileHandler doesn't rotate log file at startup.

2010-03-12 Thread Yuriy Taraday
Yuriy Taraday added the comment: Can this change be included in the 2.6 release? It's small enough but necessary for our current development. -- ___ Python tracker ___ __

[issue8117] TimedRotatingFileHandler doesn't rotate log file at startup.

2010-03-12 Thread Vinay Sajip
Vinay Sajip added the comment: Clarified Misc/NEWS entry and added a paragraph to the documentation on TimedRotatingFileHandler (r78855). -- status: open -> closed ___ Python tracker __

[issue8117] TimedRotatingFileHandler doesn't rotate log file at startup.

2010-03-12 Thread Amaury Forgeot d'Arc
Amaury Forgeot d'Arc added the comment: I think this change is worth a sentence in the documentation. "Improved algorithm" is a bit terse. -- nosy: +amaury.forgeotdarc status: closed -> open ___ Python tracker

[issue8117] TimedRotatingFileHandler doesn't rotate log file at startup.

2010-03-11 Thread Vinay Sajip
Vinay Sajip added the comment: Fix checked into trunk (r78853), thanks. -- resolution: -> fixed status: open -> closed versions: +Python 2.7, Python 3.2 ___ Python tracker ___ _

[issue8117] TimedRotatingFileHandler doesn't rotate log file at startup.

2010-03-11 Thread kwas
Changes by kwas : -- nosy: +kwas ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/

[issue8117] TimedRotatingFileHandler doesn't rotate log file at startup.

2010-03-11 Thread R. David Murray
Changes by R. David Murray : -- nosy: +vinay.sajip ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.p

[issue8117] TimedRotatingFileHandler doesn't rotate log file at startup.

2010-03-11 Thread Yuriy Taraday
New submission from Yuriy Taraday : Screnario: - start logging, log something; - stop logging (stop application, for example); - start logging again after rotate interval passes. log4j's RotatingFileAppender's behavior: After restart, logfile is rotated if nessesary. TimedRotatingFileHandler