Brad Nicholes wrote: > We have a requirement on NetWare to rotate the logs based on file >size rather than on a rotation time. This patch modifies rotatelogs to >accept either a rotation time or a file size parameter. If a file size >is specified, it will automatically rotate the log when the actual file >size reaches the specified file size. I would like to check this patch >in if I can get enough votes. >
Based on a quick read through the patch, +1. BTW, does anyone have strong opinions for or against adding log rotation logic to mod_log_config as an alternative to rotatelogs? IMHO, it would be more efficient, and simpler for the server administrator, to have some configuration options for mod_log_config that would enable it to start writing a new log file at a specified time interval or file size threshold. --Brian
