[ https://issues.apache.org/jira/browse/GEODE-2716?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15957605#comment-15957605 ]
ASF GitHub Bot commented on GEODE-2716: --------------------------------------- GitHub user PurelyApplied opened a pull request: https://github.com/apache/geode/pull/439 GEODE-2716: export logs default behavior changed from filtering at log level INFO to ALL. Moved location of export default log level constant from LogService to ExportLogCommand. Updated associated help strings. Tests ran clean previously, new set running after latest merge to develop. Trivial merge conflicts expect these tests to return green as well. You can merge this pull request into a Git repository by running: $ git pull https://github.com/PurelyApplied/geode bugfix/GEODE-2716 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/geode/pull/439.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 #439 ---- commit c9a1b60ba9e97c22f3299b5d78e6ec782a422d7b Author: Patrick Rhomberg <prhomb...@pivotal.io> Date: 2017-03-28T22:12:02Z GEODE-2716: export logs default behavior changed from filtering at log level INFO to ALL. Removed reliance on LogService.DEFAULT_LOG_LEVEL, added ExportLogCommand.DEFAULT_EXPORT_LOG_LEVEL. Added DUnit test that fails under previous behavior. commit 5de335d0640b263b1ac3e336ea9876b86aa3f07c Author: Patrick Rhomberg <prhomb...@pivotal.io> Date: 2017-04-05T20:20:16Z Merge branch 'develop' into bugfix/GEODE-2716 ---- > export logs should honor the log level set on the server > -------------------------------------------------------- > > Key: GEODE-2716 > URL: https://issues.apache.org/jira/browse/GEODE-2716 > Project: Geode > Issue Type: Sub-task > Components: configuration, gfsh > Reporter: Swapnil Bawaskar > Assignee: Patrick Rhomberg > > When no log level is specified, {{export logs}} gets only the info level > logs. This is confusing; export logs should get the entire log file from the > server when log level is not specified. -- This message was sent by Atlassian JIRA (v6.3.15#6346)