You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by "Christopher Tubbs (JIRA)" <ji...@apache.org> on 2015/03/18 18:37:38 UTC

[jira] [Created] (ACCUMULO-3680) Remove / deprecate use of log4j setLevel to dynamically control logging

Christopher Tubbs created ACCUMULO-3680:
-------------------------------------------

             Summary: Remove / deprecate use of log4j setLevel to dynamically control logging
                 Key: ACCUMULO-3680
                 URL: https://issues.apache.org/jira/browse/ACCUMULO-3680
             Project: Accumulo
          Issue Type: Sub-task
            Reporter: Christopher Tubbs


Logging should be configurable by users, who control log behavior using their desired log appenders and log configuration. We should not be making decisions in code which affect which items are logged. We should just send the information to the logger to let it make that decision.

This is also unsupported by slf4j, which gives users better control over their logging.

As such, we should remove (and deprecate, as needed) code which alters the log level dynamically.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)