anuragagarwal561994 opened a new issue, #1508: URL: https://github.com/apache/logging-log4j2/issues/1508
At present log4j2 provides certain compression algorithms like Gzip Lz4 Etc. Zstd in recent times have become popular and we have tried compressing our logs in production with zstd by running a fork of log4j2 and it does provide close to 20-30% saving with respect to gzip. It depends on the file size actually. So not applicable for all use cases. But log4j2 library today does not provide an extensible way to add a compression algorithm. Do you think, addition of zstd to the list of compressions will be a good addition? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@logging.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org