You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@storm.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2015/06/05 17:41:02 UTC

[jira] [Commented] (STORM-852) Direct use of org.apache.log4j logger

    [ https://issues.apache.org/jira/browse/STORM-852?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14574701#comment-14574701 ] 

ASF GitHub Bot commented on STORM-852:
--------------------------------------

GitHub user rmkellogg opened a pull request:

    https://github.com/apache/storm/pull/580

    STORM-852 - Replaced Apache Log4j Logger with SLF4J API.

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/rmkellogg/storm master

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/storm/pull/580.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #580
    
----
commit f35871cf481d273b9de979a2034aa96458334b32
Author: Rick Kellogg <rm...@comcast.net>
Date:   2015-06-05T15:39:26Z

    STORM-852 - Replaced Apache Log4j Logger with SLF4J API.

----


> Direct use of org.apache.log4j logger
> -------------------------------------
>
>                 Key: STORM-852
>                 URL: https://issues.apache.org/jira/browse/STORM-852
>             Project: Apache Storm
>          Issue Type: Bug
>    Affects Versions: 0.10.0, 0.9.4, 0.9.5
>            Reporter: Rick Kellogg
>            Priority: Minor
>
> The following Java classes directly import and use Log4j APIs when they should be using the SLF4J Logger class.
> storm-core:
>   BlowfishTupleSerializer
>   ShellProcess
> storm-starter:
>   RollingTopWords
>   SkewedRollingTopWords
>   IntermediateRankingsBolt
>   AbstractRankerBolt
>   TotalRankingsBolt
>   RollingCountBolt
>   RollingCountAggBolt



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