You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mapreduce-issues@hadoop.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2018/06/14 15:59:00 UTC

[jira] [Commented] (MAPREDUCE-7063) Update Logging to DEBUG Level

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

ASF GitHub Bot commented on MAPREDUCE-7063:
-------------------------------------------

GitHub user vbmudalige opened a pull request:

    https://github.com/apache/hadoop/pull/395

    MAPREDUCE-7063: Update Logging to DEBUG Level

    

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

    $ git pull https://github.com/vbmudalige/hadoop MAPREDUCE-7063

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

    https://github.com/apache/hadoop/pull/395.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 #395
    
----
commit 9a81b6dd6457093a12d591c789aca15badef88d7
Author: Vidura Mudalige <vi...@...>
Date:   2018-06-14T15:53:01Z

    MAPREDUCE-7063: Update Logging to DEBUG Level

----


> 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
>            Priority: Minor
>              Labels: newbie, noob
>
> [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-unsubscribe@hadoop.apache.org
For additional commands, e-mail: mapreduce-issues-help@hadoop.apache.org