You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by GitBox <gi...@apache.org> on 2019/05/15 21:50:13 UTC

[GitHub] [accumulo] ctubbsii opened a new pull request #1163: Remove direct uses of log4j

ctubbsii opened a new pull request #1163: Remove direct uses of log4j
URL: https://github.com/apache/accumulo/pull/1163
 
 
   * Use more slf4j when possible
   * Update default console logger in log4j.properties to use STDERR
   * Eliminate custom log level manipulation in code (Fixes #1109)
   * Remove/deprecate dynamic logging manipulation in the shell
   
   NOTE: some uses could not be removed:
   
   * We provide a Log4J appender in server/base for sending logs to the monitor
   * The monitor REST service displays logs, and must filter by log Level
   * A test captures log output to a String with a custom appender for evaluation
   * Log Level manipulation is exposed in the public API for the old MapReduce code in core (which is all deprecated)
   
   These uses can be upgraded to Log4J2 later, without impacting users (or dropped, in the case of the deprecated MapReduce code).

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


With regards,
Apache Git Services