14 Jun 2012 21:30
[Bug 53417] New: Extras TimeBasedRollingPolicy does not compress log files
<bugzilla <at> apache.org>
2012-06-14 19:30:57 GMT
2012-06-14 19:30:57 GMT
https://issues.apache.org/bugzilla/show_bug.cgi?id=53417 Priority: P2 Bug ID: 53417 CC: log4j-dev <at> logging.apache.org Assignee: log4j-dev <at> logging.apache.org Summary: Extras TimeBasedRollingPolicy does not compress log files Severity: normal Classification: Unclassified Reporter: krisztian.kocsis <at> optimaster.eu Hardware: PC Status: NEW Version: 1.2 Component: Companions Product: Log4j The TimeBasedRollingPolicy does not compress log files with the following file name pattern: "C:\Test\Logs\%d.log.zip" Example: On 2012-06-12 this file is created: C:\Test\Logs\2012-06-12.log On 2012-06-14 this file is created: C:\Test\Logs\2012-06-14.log Unfortunately the 2012-06-12.log didn't get compressed. Note that the application didn't run at midnight. Here is how the I initialize the logger:(Continue reading)
RSS Feed