GitHub user zhuoliu opened a pull request:
https://github.com/apache/storm/pull/942
[STORM-1387] workers-artifacts directory configurable, and default to be
under storm.log.dir.
Now, by default, log structure looks like this:
storm-home/logs/
------supervisor.log
------nimbus.log
------logviewer.log
------workers-artifacts/
-----------topo1/
-----------topo2/
------------------port1/
------------------port2/
------------------------worker.log
------------------------worker.log.err
------------------------worker.log.out
------------------------gc.log
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/zhuoliu/storm 1387
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/storm/pull/942.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 #942
----
commit 3c49a734b767c02e81fb924fef0087bec3ea588b
Author: zhuol <[email protected]>
Date: 2015-12-11T01:10:40Z
[STORM-1387] workers-artifacts directory configurable, and default to be
under storm.log.dir
----
---
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 [email protected] or file a JIRA ticket
with INFRA.
---