disable logging dead letters during shutdown

This commit is contained in:
Jakob Gillich 2023-04-13 17:44:14 +00:00
parent 65973fee8b
commit 743afd1b5f
No known key found for this signature in database
GPG key ID: FD8BF52DB8452C91

View file

@ -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 {