Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
0.10.0
-
None
-
None
Description
gzip and zip compression of log files after rollover was implemented in the log4j 1.3 RFA. When the code was ported over to log4cxx, the code related to compression was #if'd out. This patch implements gzip and zip compression by invoking a gzip or zip executable after the log file is renamed. Unlike the log4j implementation, the compression is currently done synchronously.
Several of the #if's in LOGCXX-103 relate to this stubbed capability.