[ https://issues.apache.org/jira/browse/GEODE-2725?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15951497#comment-15951497 ]
ASF GitHub Bot commented on GEODE-2725: --------------------------------------- GitHub user PurelyApplied opened a pull request: https://github.com/apache/geode/pull/436 GEODE-2725: export logs now honors --dir when connected via JMX, with respect to the manager's filesystem. Unchanged behavior of --dir when connected via HTTP. You can merge this pull request into a Git repository by running: $ git pull https://github.com/PurelyApplied/geode bugfix/GEODE-2725 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/geode/pull/436.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 #436 ---- commit 4aa22c1b79dc905f6fcca2398e01a3bb5b9b3da6 Author: Patrick Rhomberg <prhomb...@pivotal.io> Date: 2017-03-30T18:02:20Z GEODE-2725: export logs now honors --dir when connected via JMX, with respect to the manager's filesystem. commit ea6042339855b3565f5aa1aa91c3986a8a390fe4 Author: Patrick Rhomberg <prhomb...@pivotal.io> Date: 2017-03-31T18:54:06Z Merge branch 'develop' into bugfix/GEODE-2725 In ExportLogsIntegrationTest, temporarily reverted use of LocalLocatorStarterRule back to LocatorStarterRule for access to the locator working directory. ---- > export logs does not honor --dir > -------------------------------- > > Key: GEODE-2725 > URL: https://issues.apache.org/jira/browse/GEODE-2725 > Project: Geode > Issue Type: Sub-task > Components: gfsh, logging > Reporter: Swapnil Bawaskar > Assignee: Patrick Rhomberg > > When connected to locator via jmx, run the following command: > {noformat} > gfsh>export logs --dir=tmp > {noformat} > Observer that the dir option is ignored: > {noformat} > Logs exported to the connected member's file system: > /Users/sbawaskar/apache/geode/geode-assembly/build/install/apache-geode/loc1/exportedLogs_1490721273215.zip > {noformat} > The --tmp option is honored when connected via http. -- This message was sent by Atlassian JIRA (v6.3.15#6346)