Project

General

Profile

feature request #7821

Updated by Patrick Plitzner over 5 years ago

Have a look at: 

 https://logging.apache.org/log4j/2.x/manual/appenders.html#RollingFileAppender 

 In this case an XML configuration is used to configure the file appender which can specify both time and size based triggers as well as rollovers. 

 Fixing this will make the implementation of #7820 obsolete

Back