garydgregory commented on a change in pull request #271: Proposed fix for 
LOG4J2-2610 rollover issue:
URL: https://github.com/apache/logging-log4j2/pull/271#discussion_r285790839
 
 

 ##########
 File path: 
log4j-core/src/main/java/org/apache/logging/log4j/core/appender/rolling/RollingFileManager.java
 ##########
 @@ -344,7 +344,12 @@ public synchronized void rollover() {
     }
 
     protected void createFileAfterRollover() throws IOException  {
-        setOutputStream(createOutputStream());
+        try {
 
 Review comment:
   Why not set the file timestamp specifically?

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to