Hi Team, I am working on an opensource distributed query engine Presto which uses airlift log manager (https://github.com/airlift/airlift/blob/master/log-manager/pom.xml) based logback-core for logging. I want to add bzip2 compression support for presto logs. Therefore, I have created a PR to add bzip2 support in logback. PR: https://github.com/qos-ch/logback/pull/495 Can you please help me with this? |