remove test config of old flight recorder (#28800)

This commit is contained in:
Patrik Nordwall 2020-03-25 13:32:19 +01:00 committed by GitHub
parent 04396d9c30
commit bf6576ce79
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 0 additions and 15 deletions

View file

@ -32,7 +32,6 @@ class ClusterWatcherNoClusterWatcheeConfig(val useUnsafe: Boolean, artery: Boole
akka.remote.use-unsafe-remote-features-outside-cluster = $useUnsafe
akka.remote.log-remote-lifecycle-events = off
akka.remote.artery.enabled = $artery
akka.remote.artery.advanced.flight-recorder.enabled = off
akka.log-dead-letters = off
akka.loggers =["akka.testkit.TestEventListener"]
akka.actor.allow-java-serialization = on