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

[jira] [Created] (ACCUMULO-3651) Replace log4j dependencies with slf4j where setLevel is not used.

Ed Coleman created ACCUMULO-3651:
------------------------------------

             Summary: Replace log4j dependencies with slf4j where setLevel is not used.
                 Key: ACCUMULO-3651
                 URL: https://issues.apache.org/jira/browse/ACCUMULO-3651
             Project: Accumulo
          Issue Type: Sub-task
    Affects Versions: 1.7.0
            Reporter: Ed Coleman
            Assignee: Ed Coleman
             Fix For: 1.7.0


Because of the issues originally encountered where setLevel is used, I'm going to break the task into a few sub-tasks that can be accomplished in stages.

This is the first sub-task and will include converting to slf4j where setLevel is not used (that will be handled separately, after more discussion) nor where dom manipulation is used (tests if memory serves.) 

This sub-task should allow us to move forward while deferring the harder situations for later (and in other sub-tasks.)

The work on this task will include some modification to log statements where exceptions are thrown without a message (message is required by slf4j) and conversion to use {} parameter formatting optimization to avoid string concatenation.




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