Turn verbose logging into a config flag (#29168)
This commit is contained in:
parent
5a5468dd4a
commit
224fb1592d
18 changed files with 61 additions and 43 deletions
|
|
@ -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)
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue