ppkarwasz commented on issue #2025:
URL: 
https://github.com/apache/logging-log4j2/issues/2025#issuecomment-1869492980

   @jvz,
   
   I investigated the effects of `flush()` on the `FileAppender` a little bit 
further and it is a no-op in `FileOutputStream` (the output stream does not use 
any Java buffers, so there is nothing to flush). So I would propose to:
   
   - remove `immediateFlush` from `FileAppender.Builder` and similar,
   - remove any references to `immediateFlush` in the documentation.


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