jvz opened a new issue, #2025: URL: https://github.com/apache/logging-log4j2/issues/2025
## Description Both the `RollingFileAppender` and `RollingRandomAccessFileAppender` plugins offer a boolean flag, `immediateFlush`, to allow for immediate flushing of buffers when writing data. This option is ultimately discarded when creating the corresponding `RollingFileManager` and `RollingRandomAccessFileManager` instances. ## Configuration **Version:** 2.x and main **Operating system:** all **JDK:** all ## Logs n/a ## Reproduction The amusing part is that we have tons of tests that set `immediateFlush` to `true` or `false`, yet none of these tests verify that it does anything. -- 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]
