Repository: storm Updated Branches: refs/heads/1.1.x-branch 7f627729c -> eb4078adf
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/eb4078ad Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/eb4078ad Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/eb4078ad Branch: refs/heads/1.1.x-branch Commit: eb4078adfc8a7f08feed3983be22ea785c247c15 Parents: 7f62772 Author: Robert Evans <[email protected]> Authored: Fri Sep 22 10:17:39 2017 -0500 Committer: Robert Evans <[email protected]> Committed: Fri Sep 22 10:29:38 2017 -0500 ---------------------------------------------------------------------- bin/storm.py | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/storm/blob/eb4078ad/bin/storm.py ---------------------------------------------------------------------- diff --git a/bin/storm.py b/bin/storm.py index 0d77e17..a638a32 100755 --- a/bin/storm.py +++ b/bin/storm.py @@ -678,7 +678,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(
