Cluster event listener that logs all events #25832 (#25918)

This commit is contained in:
Helena Edelson 2018-11-15 08:31:59 -08:00 committed by Patrik Nordwall
parent 40649151d0
commit f872115512
5 changed files with 90 additions and 23 deletions

View file

@ -874,6 +874,12 @@ You can silence the logging of cluster events at info level with configuration p
akka.cluster.log-info = off
```
You can enable verbose logging of cluster events at info level, e.g. for temporary troubleshooting, with configuration property:
```
akka.cluster.log-info-verbose = on
```
<a id="cluster-dispatcher"></a>
### Cluster Dispatcher