André Pinto created LOG4J2-2800:
-----------------------------------
Summary: Option to flush and rollover active log files on shutdown
Key: LOG4J2-2800
URL: https://issues.apache.org/jira/browse/LOG4J2-2800
Project: Log4j 2
Issue Type: New Feature
Affects Versions: 2.13.1
Environment: * log4j 2.13.1
* macOS 10.13.6
* Java 11.0.2
Reporter: André Pinto
Even if only programatically, it would be useful to have a way of ensuring all
async loggers are flushed and the active log files are rolled over to their
final names when using RollingFileAppender.
The OnStartupTriggeringPolicy does the renaming of the active file on restart,
but this doesn't cover the cases of instance termination where there is no
subsequent restart. In our case this leads to the active files never being
visible to daemon processes responsible for log shipping (which ignore the
active filenames).
--
This message was sent by Atlassian Jira
(v8.3.4#803005)