it would be nice if logtools supported compressed log files. The attached patch adds that support (basically replacing fopen with gzopen, fgets with gzgets, fclose with gzclose). it seems to work fine for me with this patch.
it would be nice if logtools supported compressed log files. The attached patch adds that support (basically replacing fopen with gzopen, fgets with gzgets, fclose with gzclose). it seems to work fine for me with this patch.