[issue2318] TimedRotatingFileHandler: rotate every month, or every year

2008-04-02 Thread Vinay Sajip

Vinay Sajip [EMAIL PROTECTED] added the comment:

I'm not sure how much of a need there is for this, and I don't have much
think time I can devote to it, but I'll be happy to consider a patch ;-)

--
resolution:  - later
status: open - closed

__
Tracker [EMAIL PROTECTED]
http://bugs.python.org/issue2318
__
___
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue2318] TimedRotatingFileHandler: rotate every month, or every year

2008-03-17 Thread Per Cederqvist

New submission from Per Cederqvist [EMAIL PROTECTED]:

In my curent project, I would like to rotate log files on the 1st of
every month.  The TimedRotatingFileHandler class cannot do this, even
though it tries to be very generic.

I imagine that other projects would like to rotate the log file every
year.  That can also not be done.

--
components: Library (Lib)
messages: 63627
nosy: ceder
severity: normal
status: open
title: TimedRotatingFileHandler: rotate every month, or every year
type: feature request

__
Tracker [EMAIL PROTECTED]
http://bugs.python.org/issue2318
__
___
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue2318] TimedRotatingFileHandler: rotate every month, or every year

2008-03-17 Thread Georg Brandl

Changes by Georg Brandl [EMAIL PROTECTED]:


--
assignee:  - vsajip
nosy: +vsajip

__
Tracker [EMAIL PROTECTED]
http://bugs.python.org/issue2318
__
___
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com