goaccess
goaccess copied to clipboard
Please allow using gzipped log files
Under many Linux distributions, logfiles are compresses after a few days. It would be convenient if goacess could transparently decompress such compressed log files.
Possible ways to fix this:
- Actually manage your server so it does not do things you don't want it to do.
- Pipe the output of
zcatinstead of the actual log files to goaccess.
Yes, I know about the workaround. I'm just saying that it would be convenient if goaccess could decompress on the fly.
@jech Thanks for suggesting this. I can look into this. I'm guessing it will require to build --with-zlib, it shouldn't be too bad. @0bi-w6n-K3nobi Thanks for sharing those workarounds, certainly did not know the fuse-bgzip :)