Repository: storm Updated Branches: refs/heads/1.0.x-branch 1121aac8e -> 2e62ba145
Merge branch 'storm2751' of https://github.com/kishorvpatil/incubator-storm into STORM-2751 STORM-2751: Removing AsyncLoggerContext from Supervisor Configuration This closes #2337 Project: http://git-wip-us.apache.org/repos/asf/storm/repo Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/2e62ba14 Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/2e62ba14 Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/2e62ba14 Branch: refs/heads/1.0.x-branch Commit: 2e62ba145bd9885f65c7bf7e8a550a1edf018c3e Parents: 1121aac Author: Robert Evans <[email protected]> Authored: Fri Sep 22 10:17:39 2017 -0500 Committer: Robert Evans <[email protected]> Committed: Fri Sep 22 10:30:00 2017 -0500 ---------------------------------------------------------------------- bin/storm.py | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/storm/blob/2e62ba14/bin/storm.py ---------------------------------------------------------------------- diff --git a/bin/storm.py b/bin/storm.py index 5e3f36b..a9aa745 100755 --- a/bin/storm.py +++ b/bin/storm.py @@ -569,7 +569,6 @@ def supervisor(klass="org.apache.storm.daemon.supervisor.Supervisor"): cppaths = [CLUSTER_CONF_DIR] jvmopts = parse_args(confvalue("supervisor.childopts", cppaths)) + [ "-Dlogfile.name=" + STORM_SUPERVISOR_LOG_FILE, - "-DLog4jContextSelector=org.apache.logging.log4j.core.async.AsyncLoggerContextSelector", "-Dlog4j.configurationFile=" + os.path.join(get_log4j2_conf_dir(), "cluster.xml"), ] exec_storm_class(
