config tweaks

pull/5761/head
Thibault Duplessis 2019-12-13 21:41:26 -06:00
parent b1e15d6a9b
commit cfa31551fc
1 changed files with 9 additions and 11 deletions

View File

@ -50,6 +50,15 @@ play {
maxInitialLineLength = 2048 # 4096
}
}
akka {
actor-system = lila
}
}
akka {
loggers = ["akka.event.slf4j.Slf4jLogger"]
loglevel = INFO
# stdout-loglevel = INFO
log-dead-letters-during-shutdown = off
}
app {
scheduler {
@ -493,17 +502,6 @@ hub {
notify = ${notify.actor.name}
}
}
dbplugin = disabled
ehcacheplugin = disabled
akka {
loggers = ["akka.event.slf4j.Slf4jLogger"]
loglevel = INFO
# stdout-loglevel = INFO
log-dead-letters-during-shutdown = off
}
kamon {
environment.service = "lila"
metric.tick-interval = 60 seconds