mbien opened a new pull request #68: URL: https://github.com/apache/roller/pull/68
@snoopdave this PR contains changes which move roller to log4j2 ce48772 refactors WebLoggerConfig to prepare for the actual move 8239a8d is the main commit: moved roller to log4j2. new setup: - commons-logging impl is replaced by jcl-over-slf4j impl, interfaces remain - java.util.logging is redirected to slf4j (used by WebJars dep, possibly others) - eclipselink is configured to use its own slf4j logger - log4j-slf4j-impl (which is log4j2) is used as actual logging impl changes: - loggers can no longer be configured using roller.properties or roller-custom.properties. - configuration is now in log4j2.xml. - a custom config file can be set using the standard log4j.configurationFile system property. (can be for example in roller-custom.properties or set as JVM -D property) ---------------------------------------------------------------- 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