compresslog: reenable concatenated gzip files for more normal behaviour
commit9579320e565fb5e3e365cb980591d4ebe23734cd
authorMartin Langhoff <martin.langhoff@gmail.com>
Mon, 23 Feb 2015 20:03:14 +0000 (23 15:03 -0500)
committerMartin Langhoff <martin.langhoff@gmail.com>
Mon, 23 Feb 2015 20:05:27 +0000 (23 15:05 -0500)
tree178c68667c1742f6e2386633ecbc511a98d15e21
parent5b40532b67c12614b47eeedad165ff2c8f7b2840
compresslog: reenable concatenated gzip files for more normal behaviour

It seems that RHEL6 stack (inc Python) does support concatenated gzip files.
So we can normalize our handling of files in compresslog.

We still flock as we can only have one writer.

Removing dumb code is always a plus.
compresslog