You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@roller.apache.org by GitBox <gi...@apache.org> on 2020/10/14 10:44:40 UTC

[GitHub] [roller] mbien opened a new pull request #68: Logger Renovations

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



[GitHub] [roller] snoopdave merged pull request #68: Logger Renovations

Posted by GitBox <gi...@apache.org>.
snoopdave merged pull request #68:
URL: https://github.com/apache/roller/pull/68


   


----------------------------------------------------------------
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