https://issues.apache.org/bugzilla/show_bug.cgi?id=47345

           Summary: rotatelogs timeout patch
           Product: Apache httpd-2
           Version: 2.2.11
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: support
        AssignedTo: [email protected]
        ReportedBy: [email protected]


Created an attachment (id=23785)
 --> (https://issues.apache.org/bugzilla/attachment.cgi?id=23785)
Patch for rotatelogs

Already posted on the dev list, but here is the backup copy...

Rotatelogs utility blocks on stdin read until there is something to get
logged. This makes rotate log rotation inaccurate, because rotation
will be checked after something gets logged.

The patch uses timeout when reading from stdin allowing the
rotation logic to continue when there is nothing to be logged.

-- 
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]

Reply via email to