Description
The OnStartupTriggeringPolicy was modified to roll over when the configuration is processed instead of waiting for the first log event and to only roll over if the file is not emoty. This leads to two issues:
- The roll over is only supposed to occur when Log4j is configured for the first time in the JVM.
- The user may have wanted to roll over empty files.