rgoers commented on issue #1508: URL: https://github.com/apache/logging-log4j2/issues/1508#issuecomment-1596597848
I will note that the choice of what compression to use is driven by the FileExtension enum. This could easily be replaced by Plugins where each plugin specifies the file extensions it supports however, it would be a little less efficient because most of the extensions use the compress action but construct it with the compression type as a parameter. Instead, we would probably have to declare each instance as a separate plugin class. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
