OpenZYK commented on PR #4011:
URL: https://github.com/apache/logging-log4j2/pull/4011#issuecomment-3695541784

   
[TimeBasedTriggeringPolicy](https://logging.apache.org/log4j/2.x/manual/appenders/rolling-file.html#TimeBasedTriggeringPolicy)
 receives a maxRandomDelay configuration attribute —  This is a parameter for 
scrolling files, which may cause the logs of the first day to be written to the 
files of the next day. Splitting files itself is not very IO expensive, but 
what I'm addressing here is the impact of compression on disk IO. I will add 
some tests based on your suggestion


-- 
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]

Reply via email to