Re: Logs not getting compressed
Anil Belur
On Fri, May 31, 2019 at 7:51 AM Anil Belur <abelur@...> wrote:
I agree some of the .xml files output into the logs are pretty large (1GiB) in other projects like FD.io and we should be compressing these files too. I've looked up lftools code [2.], and it's compressing only *.{txt,log} and not '*.{xml,html}' files. This change [1.] should fix the issue which adds file types and also uses lzma instead of gzip. [1.] https://gerrit.linuxfoundation.org/infra/c/releng/lftools/+/15793 [2.] https://github.com/lfit/releng-lftools/blob/master/lftools/deploy.py#L40-L42 Thanks, Anil |
|