Repository: storm
Updated Branches:
  refs/heads/1.x-branch dc006daae -> 3d19c644f


STORM-1632) Disable event logging by default


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

Branch: refs/heads/1.x-branch
Commit: a33bc455db2c4cce0d355c9c0fa4da60471b859b
Parents: f0abfff
Author: Roshan Naik <[email protected]>
Authored: Tue Mar 15 21:26:12 2016 -0700
Committer: Roshan Naik <[email protected]>
Committed: Tue Mar 15 21:26:12 2016 -0700

----------------------------------------------------------------------
 conf/defaults.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/storm/blob/a33bc455/conf/defaults.yaml
----------------------------------------------------------------------
diff --git a/conf/defaults.yaml b/conf/defaults.yaml
index 7128cfe..3f6a1c9 100644
--- a/conf/defaults.yaml
+++ b/conf/defaults.yaml
@@ -222,7 +222,7 @@ topology.enable.message.timeouts: true
 topology.debug: false
 topology.workers: 1
 topology.acker.executors: null
-topology.eventlogger.executors: null
+topology.eventlogger.executors: 0
 topology.tasks: null
 # maximum amount of time a message has to complete before it's considered 
failed
 topology.message.timeout.secs: 30

Reply via email to