This is a simple question, but it keeps bothering me and my logs.
I have a config:
akka {
log-dead-letters-during-shutdown = off
log-dead-letters = off
}
My program ends with akkaSystem.terminate()
I'm pretty sure that config is loaded to the system. I've tried different combinations with false
or 0
instead of off
. Nothing helps and my logs are getting filled with dead letters when the scheduled worker stops every 10 minutes.
This works in both dev and prod environments.