You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@logging.apache.org by GitBox <gi...@apache.org> on 2019/12/20 15:29:07 UTC

[GitHub] [logging-log4j2] carterkozak opened a new pull request #322: LOG4J2-2677: Rollover and Deletion handle file deletions gracefully

carterkozak opened a new pull request #322: LOG4J2-2677: Rollover and Deletion handle file deletions gracefully
URL: https://github.com/apache/logging-log4j2/pull/322
 
 
   It's common for multiple appenders to write (and roll) log files
   into a single directory. When these appenders are also responsible
   for cleaning up after themselves, they must also search that
   directory for files to delete. These searches are executed in
   parallel by multiple appenders and have a chance to delete files
   the other is checking before the file can be checked against
   a regex or glob.
   Missing files can safely be assumed to have been deleted.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [logging-log4j2] carterkozak commented on issue #322: LOG4J2-2677: Rollover and Deletion handle file deletions gracefully

Posted by GitBox <gi...@apache.org>.
carterkozak commented on issue #322: LOG4J2-2677: Rollover and Deletion handle file deletions gracefully
URL: https://github.com/apache/logging-log4j2/pull/322#issuecomment-568636847
 
 
   merged

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [logging-log4j2] carterkozak closed pull request #322: LOG4J2-2677: Rollover and Deletion handle file deletions gracefully

Posted by GitBox <gi...@apache.org>.
carterkozak closed pull request #322: LOG4J2-2677: Rollover and Deletion handle file deletions gracefully
URL: https://github.com/apache/logging-log4j2/pull/322
 
 
   

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [logging-log4j2] carterkozak commented on issue #322: LOG4J2-2677: Rollover and Deletion handle file deletions gracefully

Posted by GitBox <gi...@apache.org>.
carterkozak commented on issue #322: LOG4J2-2677: Rollover and Deletion handle file deletions gracefully
URL: https://github.com/apache/logging-log4j2/pull/322#issuecomment-567973260
 
 
   Still needs a changelog and tests, not ready to merge.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services