Merge pull request #1472 from akka/wip-3225-cluster-infolog-patriknw

Config of cluster info logging, see #3225
This commit is contained in:
Patrik Nordwall 2013-05-27 00:13:08 -07:00
commit 3736efb79a
11 changed files with 115 additions and 84 deletions

View file

@ -711,6 +711,13 @@ reference file for more information:
.. literalinclude:: ../../../akka-cluster/src/main/resources/reference.conf
:language: none
Cluster Info Logging
--------------------
You can silence the logging of cluster events at info level with configuration property::
akka.cluster.log-info = off
Cluster Scheduler
-----------------