You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@apex.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/10/03 14:05:21 UTC

[jira] [Commented] (APEXCORE-542) Fix debug level verbose option for apex cli

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

ASF GitHub Bot commented on APEXCORE-542:
-----------------------------------------

GitHub user deepak-narkhede opened a pull request:

    https://github.com/apache/apex-core/pull/403

    APEXCORE-542 - Fix debug level verbose option for Apex cli.

    This changes fixes the debug level console logging for Apex cli.
    
    The default logger level is INFO level for Apex cli. So  even if we specify the threshold level as DEBUG for ConsoleAppender, the default parent level less that the Console Appender level. Hence it is not considered for logging. 
    Fix is that logger level is set to DEBUG initially and threshold level for ConsoleAppender is set as per the argument passed to Apex Cli.
    
    Note: Current two appenders are used Event and Console Appenders.
    
    For instrumentation details and unit testing please find the attached file.
    [Uploading apex-cli-debug-verbose-fix.log…]()
    
     
    [apex-cli-debug-verbose-fix.txt](https://github.com/apache/apex-core/files/506397/apex-cli-debug-verbose-fix.txt)


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

    $ git pull https://github.com/deepak-narkhede/apex-core APEXCORE-542-review

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

    https://github.com/apache/apex-core/pull/403.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 #403
    
----
commit cf3d5de028bf195478bfd5ec333e4c8411a57194
Author: deepak-narkhede <ma...@gmail.com>
Date:   2016-10-03T13:53:07Z

    APEXCORE-542 - Fix debug level verbose option for Apex cli.

----


> Fix debug level verbose option for apex cli
> -------------------------------------------
>
>                 Key: APEXCORE-542
>                 URL: https://issues.apache.org/jira/browse/APEXCORE-542
>             Project: Apache Apex Core
>          Issue Type: Bug
>            Reporter: Deepak Narkhede
>            Assignee: Deepak Narkhede
>            Priority: Minor
>
> Fix debug level verbose option for apex cli. Currently "vvvv" option displays INFO level but it must display debug level messages. 



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