I'm using a RollingFileAppender, configured similar to ...
%d %-5p [%c{1}] %X - %m%n
So far so good. I get 20 logs files, my.1.log.zip -> my.20.log.zip, as I
would expect.
However, the file contained with "my.20.l
That indeed does seem strange. I will have to try it myself. You may have found
a bug.
Ralph
> On Dec 8, 2016, at 7:07 AM, Greg Thomas wrote:
>
> I'm using a RollingFileAppender, configured similar to ...
>
>
> filePattern="../logs/my.%i.log.zip">
>
>%d %-5p [%c{1}] %
On 8 December 2016 at 15:58, Apache wrote:
> That indeed does seem strange. I will have to try it myself. You may have
> found a bug.
Thinking on this a bit more ...
At a point in time, my.1.log is zipped to my.1.log.zip
Some time later, my.1.log.zip is renamed to my.2.log.zip - in terms of
e
Greg,
So, to clarify, the file contained in the rolled over zip files (like
"my.20.log.zip") is called "my.1.log", not "my.1.log.zip", correct?
(Your original email said the rolled over zip files contain zip files, which
sounds like a bug...)
Sent from my iPhone
> On 9 Dec 2016, at 2:35, Greg