Re: Problem with TimedRotatingFileHandler

2008-06-10 Thread Gabriel Genellina
En Thu, 05 Jun 2008 04:14:07 -0300, <[EMAIL PROTECTED]> escribió: Hi everyone I'm trying to use python's logging mechanism to write exception data into a log file with the TimedRotatingFileHandler but the rotating of the file is not working... Here's a bit of sample code of what I'm doing

Problem with TimedRotatingFileHandler

2008-06-05 Thread Dominique.Holzwarth
Hi everyone I'm trying to use python's logging mechanism to write exception data into a log file with the TimedRotatingFileHandler but the rotating of the file is not working... Here's a bit of sample code of what I'm doing (just the interessting part of it ;-)): import logging import logging.