thisdudeiknew commented on issue #1445: URL: https://github.com/apache/logging-log4j2/issues/1445#issuecomment-1629135852
I'm experiencing this bug as well; I believe the fix is around [here](https://github.com/apache/logging-log4j2/blob/ae3d6e7bd47d9a16b9d1a8e8c675e96abe554f2a/log4j-core/src/main/java/org/apache/logging/log4j/core/appender/rolling/RollingFileManager.java#L502C0-L526C29) Where instead of line 523 being: ```java return true; ``` it should instead be: ```java return success; ``` -- 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]
