https://bz.apache.org/bugzilla/show_bug.cgi?id=62611
Bug ID: 62611 Summary: Compress log files after rotation Product: Tomcat 9 Version: 9.0.10 Hardware: All OS: All Status: NEW Severity: enhancement Priority: P2 Component: Catalina Assignee: dev@tomcat.apache.org Reporter: ebo...@apache.org Target Milestone: ----- Log files generated by the AccessLogValve and the JULI FileHandler could be automatically compressed after the rotation to save space. Some thoughts on a possible implementation: - the compression is optional and configured by new valve/handler parameters. - the actual compression could occur a few days after the rotation to keep the recent log files easily readable. - configuring the compression format would be nice but not essential, the files can simply be gziped. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org