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
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.