You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@apex.apache.org by deepak-narkhede <gi...@git.apache.org> on 2016/10/03 14:04:51 UTC

[GitHub] apex-core pull request #403: APEXCORE-542 - Fix debug level verbose option f...

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\u2026]()
    
     
    [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.

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] apex-core pull request #403: APEXCORE-542 - Fix debug level verbose option f...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

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


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---