Github user thaDude commented on the issue:
https://github.com/apache/storm/pull/942
I can't get this to work on our cluster, whatever changes are made to
storm.yaml - worker artifacts keep going into
`${STORM_HOME}/logs/workers-artifacts/`. nimbus and supervisor log files are
correctly created in the configured `storm.log.dir` however.
Here is my configuration:
```
storm.local.dir: "/data/storm"
storm.log.dir: "/data/storm/logs"
# Already redundant since default is supposedly "worker-artifacts" relative
to storm.log.dir
storm.workers.artifacts.dir: "/data/storm/logs/workers-artifacts"
```
Not sure if related, but the worker.xml Log4j2 configuration only
references `{sys:workers.artifacts}`.
Anyone?
---
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.
---