Fix config blocks in classic remoting docs (#26851)

* Fix config blocks in classic remoting docs

* Update akka-docs/src/main/paradox/remoting.md

* Update akka-docs/src/main/paradox/remoting.md
This commit is contained in:
Christopher Batey 2019-05-02 19:20:02 +01:00 committed by Patrik Nordwall
parent 267d96ecf1
commit e2fafb93d8
6 changed files with 18 additions and 20 deletions

View file

@ -62,7 +62,7 @@ abstract class ClusterShardingLeavingSpecConfig(val mode: String) extends MultiN
commonConfig(ConfigFactory.parseString(s"""
akka.loglevel = INFO
akka.actor.provider = "cluster"
akka.remote.log-remote-lifecycle-events = off
akka.remote.classic.log-remote-lifecycle-events = off
akka.cluster.auto-down-unreachable-after = 0s
akka.persistence.journal.plugin = "akka.persistence.journal.leveldb-shared"
akka.persistence.journal.leveldb-shared {