Repository: storm
Updated Branches:
refs/heads/0.10.x-branch 631d1cb2e -> bb32ce9d6
Pass -Dstorm.log.dir arg to LogWriter
Conflicts:
storm-core/src/clj/backtype/storm/daemon/supervisor.clj
Project: http://git-wip-us.apache.org/repos/asf/storm/repo
Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/73c2a150
Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/73c2a150
Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/73c2a150
Branch: refs/heads/0.10.x-branch
Commit: 73c2a15013ca4e690c09063f1712a1135cacc5bf
Parents: 631d1cb
Author: Arun Mahadevan <[email protected]>
Authored: Wed Sep 2 10:31:13 2015 -0700
Committer: Jungtaek Lim <[email protected]>
Committed: Sat Sep 5 23:20:11 2015 +0900
----------------------------------------------------------------------
storm-core/src/clj/backtype/storm/daemon/supervisor.clj | 1 +
1 file changed, 1 insertion(+)
----------------------------------------------------------------------
http://git-wip-us.apache.org/repos/asf/storm/blob/73c2a150/storm-core/src/clj/backtype/storm/daemon/supervisor.clj
----------------------------------------------------------------------
diff --git a/storm-core/src/clj/backtype/storm/daemon/supervisor.clj
b/storm-core/src/clj/backtype/storm/daemon/supervisor.clj
index 87a2d3f..94a6818 100644
--- a/storm-core/src/clj/backtype/storm/daemon/supervisor.clj
+++ b/storm-core/src/clj/backtype/storm/daemon/supervisor.clj
@@ -692,6 +692,7 @@
(str "-Dstorm.id=" storm-id)
(str "-Dworker.id=" worker-id)
(str "-Dworker.port=" port)
+ (str "-Dstorm.log.dir=" storm-log-dir)
(str "-Dlog4j.configurationFile=" storm-logback-conf-dir
file-path-separator "worker.xml")
"backtype.storm.LogWriter"]
[(java-cmd) "-server"]