diff --git a/src/main/resources/akka.conf b/src/main/resources/akka.conf index b05cd94ed..5116a8221 100644 --- a/src/main/resources/akka.conf +++ b/src/main/resources/akka.conf @@ -2,6 +2,7 @@ akka { loggers = ["akka.event.slf4j.Slf4jLogger"] loglevel = INFO logging-filter = akka.event.slf4j.Slf4jLoggingFilter + log-dead-letters-during-shutdown = off } akka.actor.deployment {