Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 704 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 704 Bytes

log4j-patch

  • Patched version of Apache log4j 1.2.17 which fixes the issus #4913 and #41214.
  • DailyExRollingFileAppender extends DailyRollingFileAppender, support maxBackupIndex and fileCompress. (e.g.):
log4j.appender.infoAppender.maxBackupIndex=7
log4j.appender.infoAppender.fileCompress=true

Maven

<dependency>
  <groupId>org.darkphoenixs</groupId>
  <artifactId>log4j</artifactId>
  <version>1.3.5</version>
</dependency>