[ 
https://issues.apache.org/jira/browse/MAPREDUCE-7063?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Akira Ajisaka updated MAPREDUCE-7063:
-------------------------------------
    Attachment: 395.patch

> 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
>    Affects Versions: 3.0.0
>            Reporter: BELUGA BEHR
>            Assignee: Vidura Bhathiya Mudalige
>            Priority: Minor
>              Labels: newbie
>         Attachments: 395.patch
>
>
> [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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to