mirror of
https://github.com/2revoemag/PSF-BotServer.git
synced 2026-07-11 14:34:40 +00:00
disable logging dead letters during shutdown
This commit is contained in:
parent
65973fee8b
commit
743afd1b5f
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue