Feroz, Have a look at changing ch.qos.logback.core.rolling.helper.Compressor::compress() to support your additional codecs.
Why are you looking to use lz4? Because of less CPU overhead than gzip? Which library are you going to use? I guess the library could be an optional dependency, and people have to include it if they want to use lz4? Or perhaps the API needs to be more open to extension of arbitrary compression strategies? Thanks David On 15 Jul 2014, at 03:22, Feroz Raihan <[email protected]> wrote: > Hi All, > I know that logback can be used in java application and can support rotating > log files with gzip compression. How about i want to compress the files with > other compression algorithm say lz4. Is there any way I can achieve this? > > Thanks. > > _______________________________________________ > Logback-user mailing list > [email protected] > http://mailman.qos.ch/mailman/listinfo/logback-user
_______________________________________________ Logback-user mailing list [email protected] http://mailman.qos.ch/mailman/listinfo/logback-user
