Repository: storm
Updated Branches:
  refs/heads/master 8e90ffc2b -> d2e221ae8


Removing AsyncLoggerContext from Supervisor Configuration


Project: http://git-wip-us.apache.org/repos/asf/storm/repo
Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/b7ed06f8
Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/b7ed06f8
Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/b7ed06f8

Branch: refs/heads/master
Commit: b7ed06f82650dd762ec2f422b024268c561076a2
Parents: 50d55a9
Author: Kishor Patil <[email protected]>
Authored: Thu Sep 21 11:09:05 2017 -0400
Committer: Kishor Patil <[email protected]>
Committed: Thu Sep 21 11:09:05 2017 -0400

----------------------------------------------------------------------
 bin/storm.py | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/storm/blob/b7ed06f8/bin/storm.py
----------------------------------------------------------------------
diff --git a/bin/storm.py b/bin/storm.py
index a97f9b3..e9d4bee 100755
--- a/bin/storm.py
+++ b/bin/storm.py
@@ -739,7 +739,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(

Reply via email to