mourya-satyam-888 commented on issue #3965:
URL:
https://github.com/apache/logging-log4j2/issues/3965#issuecomment-3454570366
Hi @vy
Thanks for the response.
We are streaming our application logs to some data store using our own agent.
Where we have logic around the sorting files based on modified time and
inode to find the next file to stream. It is working as expected using
logrotate or gzip utility as it preserve the modified time of renamed file, but
the log4j2 its not working as expected.
As sometime the order becomes(sorted based on mtime):
{ public.log, public-2025-10-28.log.1.gz }
We are not sure if that is the expected behaviour from log4j2, as gzip and
other utility works as expected.
Appreciate your feedback on the same
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]