Re: [Python-Dev] logging and rotation

2012-11-25 Thread Guido van Rossum
On Sun, Nov 25, 2012 at 9:02 AM, Oleg Broytman wrote: > On Sun, Nov 25, 2012 at 01:14:11PM +0100, Matthias Bernt > wrote: >> I'm using the logging module and write my log messages via the FileHandler. >> I just realized that using an external log rotation mechanism does not >> work. That is, new

Re: [Python-Dev] logging and rotation

2012-11-25 Thread Xavier Morel
On 2012-11-25, at 18:02 , Oleg Broytman wrote: > On Sun, Nov 25, 2012 at 01:14:11PM +0100, Matthias Bernt > wrote: >> I'm using the logging module and write my log messages via the FileHandler. >> I just realized that using an external log rotation mechanism does not >> work. That is, new message

Re: [Python-Dev] logging and rotation

2012-11-25 Thread Oleg Broytman
On Sun, Nov 25, 2012 at 01:14:11PM +0100, Matthias Bernt wrote: > I'm using the logging module and write my log messages via the FileHandler. > I just realized that using an external log rotation mechanism does not > work. That is, new messages are not added to the file after > rotation. An e