I want to use logrotate for managing my logs. I find the compressing option really useful. However gzip (the compression by default) isn't the best for my logs (Experimentally, other compression can be twice to 5 times more efficient).
Is it possible to change the type of compression ? I didn't find any information on it.