[ https://issues.apache.org/jira/browse/PIRK-54?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15427261#comment-15427261 ]
ASF GitHub Bot commented on PIRK-54: ------------------------------------ GitHub user smarthi opened a pull request: https://github.com/apache/incubator-pirk/pull/71 PIRK-54: Log Levels not Functioning Not tested this PR thoroughly, in the Log file I do see both Info and Debug showing up, seems like we may need to add a filter at appender level to filter out the info messages. If someone else could test this on Console output, and are still seeing both info and debug; we could consider adding a filter and that should only display the debug statements. You can merge this pull request into a Git repository by running: $ git pull https://github.com/smarthi/incubator-pirk PIRK-54 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/incubator-pirk/pull/71.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 #71 ---- commit 6caa17128a2abf4e4ff63723778ae04b16f4e6a8 Author: smarthi <smar...@apache.org> Date: 2016-08-18T21:52:14Z PIRK-54: Log Levels not Functioning ---- > Log Levels Not Functioning > -------------------------- > > Key: PIRK-54 > URL: https://issues.apache.org/jira/browse/PIRK-54 > Project: PIRK > Issue Type: Bug > Reporter: Ellison Anne Williams > > The log levels in the log4j2.xml file do not appear to be working. Currently, > setting > <Root level="debug"> > <AppenderRef ref="STDOUT"/> > <AppenderRef ref="RollingFile"/> > </Root> > doesn't cause any debug output (only info) -- This message was sent by Atlassian JIRA (v6.3.4#6332)