mirror of
https://github.com/2revoemag/PSF-BotServer.git
synced 2026-01-19 18:14:44 +00:00
disable logging dead letters during shutdown
This commit is contained in:
parent
65973fee8b
commit
743afd1b5f
|
|
@ -2,6 +2,7 @@ akka {
|
||||||
loggers = ["akka.event.slf4j.Slf4jLogger"]
|
loggers = ["akka.event.slf4j.Slf4jLogger"]
|
||||||
loglevel = INFO
|
loglevel = INFO
|
||||||
logging-filter = akka.event.slf4j.Slf4jLoggingFilter
|
logging-filter = akka.event.slf4j.Slf4jLoggingFilter
|
||||||
|
log-dead-letters-during-shutdown = off
|
||||||
}
|
}
|
||||||
|
|
||||||
akka.actor.deployment {
|
akka.actor.deployment {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue