BELUGA BEHR created MAPREDUCE-7063:
--------------------------------------

             Summary: Update Logging to DEBUG Level
                 Key: MAPREDUCE-7063
                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-7063
             Project: Hadoop Map/Reduce
          Issue Type: Improvement
          Components: client, mrv2
    Affects Versions: 3.0.0
            Reporter: BELUGA BEHR


[https://github.com/apache/hadoop/blob/178751ed8c9d47038acf8616c226f1f52e884feb/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/java/org/apache/hadoop/mapreduce/lib/input/CombineFileInputFormat.java#L428-L429]

 
{code:java}
LOG.info("DEBUG: Terminated node allocation with : CompletedNodes: "
+ completedNodes.size() + ", size left: " + totalLength);
{code}

# Use SLF4J Parameterized logging
# The message literal string contains the word "DEBUG" but this is _INFO_ level 
logging.  Remove the word "DEBUG" and set the logging level to _DEBUG_



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: mapreduce-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: mapreduce-issues-h...@hadoop.apache.org

Reply via email to