Originally created by: jonas.ba...@gmail.com
Originally owned by: jonas.ba...@gmail.com
To whom is this feature relevant?
-server admins
Please provide a one line description of the feature:
-automatic log rotation
How would the new feature work (appear in use)?
server logs should get automatically rotated periodically to avoid huge files
How would the new feature be implemented?
using one of the rotating log handlers available in the logging module
Please provide any additional information below.
View and moderate all "tickets Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Tickets"
Originally posted by: jonas.ba...@gmail.com
Please note that rotating log handlers are not thread safe, so timeout thread in
grid_script and maybe even concurrent cgi sessions may cause problems.
The ConcurrentLogHandler from the Python Package index may be useful:
http://pypi.python.org/pypi/ConcurrentLogHandler/0.8.3