Turn verbose logging into a config flag (#29168)

This commit is contained in:
Johan Andrén 2020-06-03 09:42:17 +02:00 committed by GitHub
parent 5a5468dd4a
commit 224fb1592d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
18 changed files with 61 additions and 43 deletions

View file

@ -46,6 +46,7 @@ object PersistentStartEntitySpec {
akka.remote.artery.canonical.port = 0
akka.remote.classic.netty.tcp.port = 0
akka.persistence.journal.plugin = "akka.persistence.journal.inmem"
akka.cluster.sharding.verbose-debug-logging = on
""".stripMargin)
}