Re: [openstack-dev] [zuul] Cannot view log outputs in browser

2018-01-23 Thread gordon chung
On 2018-01-23 07:45 AM, Paul Bourke wrote: > Apologies if this has been asked before. It seems as of late (I think > since the roll out of zuul v3, I can't seem to view job outputs directly > in my browser. E.g. when I click link[0], I have to download > 'job-output.txt.gz', unzip it, rename

Re: [openstack-dev] [zuul] Cannot view log outputs in browser

2018-01-23 Thread David Moreau Simard
That's odd. What should happen is that while the file is zipped as .txt.gz, Apache decompresses the file on-the-fly and serves it to you as plain text [1]. This should work even with something as basic as curl. There's no javascript or fancy things involved ​: $ curl -s