BaseLogFile should provide a method to reopen logs

[email protected] Thu, 04 Feb 2010 09:50:43 -0000
Newsgroups gmane.comp.python.twisted.bugs
Message-ID <[email protected]>
New submission from therve <[email protected]>:

When using an external tool to rotate logs like logrotate, we need to ask the twisted log files to be reopened. BaseLogFile is missing a method to do that, because it involves accessing the private method `_openFile`.

----------
Type     : enhancement
Component: core
Keywords : 
Priority : normal
Nosy     : 
----------
http://twistedmatrix.com/trac/ticket/4255