Changes between and of Initial VersionVersion 1Ticket #4255
- Timestamp:
- 02/04/2010 04:52:50 AM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #4255 – description
initial v1 1 When using an external tool to rotate logs like logrotate, we need to ask the twisted log files to be reopened. BaseLogFileis missing a method to do that, because it involves accessing the private method `_openFile`.1 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`.
