[issue6252] logging midnight rotation

2010-01-15 Thread Peter Hansen
Peter Hansen added the comment: In the NEWS file, this was recorded as fixed using the wrong issue number. The entry reads "Issue #5262: Fixed bug in next rollover time computation in TimedRotatingFileHandler." rather than "Issue #6252". -- nosy: +peter9477 _

[issue6252] logging midnight rotation

2009-06-11 Thread Vinay Sajip
Vinay Sajip added the comment: Fix checked into trunk, release26-maint and py3k. -- resolution: works for me -> fixed status: open -> closed ___ Python tracker ___ __

[issue6252] logging midnight rotation

2009-06-10 Thread Turnaev Evgeny
Turnaev Evgeny added the comment: I am sorry for my poor english. You must be misunderstood me. I attached a file try it like this: wget -o /dev/null http://localhost:9022/ then 5-7 times wget -o /dev/null http://localhost:9022/s then 4-5 times wget -o /dev/null http://localhost:9022/ i bet

[issue6252] logging midnight rotation

2009-06-10 Thread Vinay Sajip
Vinay Sajip added the comment: I'm unable to reproduce this problem with Python 2.5.2 on either Windows XP or Ubuntu Hardy. I used a test script (httpd.py, attached). This sets up an HTTP server which you can use to trigger logging events. I created a time simulator to allow testing in a timel

[issue6252] logging midnight rotation

2009-06-10 Thread Vinay Sajip
Changes by Vinay Sajip : -- assignee: -> vsajip nosy: +vsajip title: logging midnigh rotation -> logging midnight rotation ___ Python tracker ___