Re: On rollover, gzip and keep unzipped file

2019-01-25 Thread Ralph Goers
Can you explain the use case for why you would want both? The primary reason for gzipping the files is to save space. Having both causes more space to be used. Ralph > On Jan 24, 2019, at 12:35 AM, Sameer Pradhan wrote: > > I am currently using > > > > >fileName="/mypath/log/request

Re: On rollover, gzip and keep unzipped file

2019-01-25 Thread Matt Sicker
Sounds like a new feature most likely, though I'm not super in-depth in the rollover/cron feature list. On Thu, 24 Jan 2019 at 01:36, Sameer Pradhan wrote: > I am currently using > > > > > fileName="/mypath/log/requests.log" > > filePattern="/mypath/log/requests.log.%d{-MM-dd-HH-mm}