https://issues.apache.org/bugzilla/show_bug.cgi?id=46318
Summary: rotatelogs does respect file size limit
Product: Apache httpd-2
Version: 2.0.59
Platform: Other
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: support
AssignedTo: [email protected]
ReportedBy: [EMAIL PROTECTED]
On a one machine I am running two instances of rotatelogs
/usr/sbin/rotatelogs /home/y/logs/httpd/error_log_abc-%Y-%m-%d-%H 5M
/usr/sbin/rotatelogs /home/y/logs/httpd/error_log_cde-%Y-%m-%d-%H 5M
For files error_log_abc the rotatelogs creates new log file when size reaches
5M
but for error_log_def this does not happens ,it continues to grow to sizes
greater than 5M and gets rotated every 1 hour.
Appears to be a bug since error_log_def should also get rotated when it size
exceeds 5M
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]