ite-bundle_2.13.3.14.1.source-code.application.conf Maven / Gradle / Ivy
akka {
# https://doc.akka.io/docs/akka/current/general/configuration-reference.html
# bloody akka quits the whole application if there is a 'fatal' run-time error.
# this is definitely not what we want if the Dotterweide compiler fails
jvm-exit-on-fatal-error = false
# disable logging 'Running CoordinatedShutdown with reason' with INFO level to console (FScape / Negatum)
coordinated-shutdown.run-by-actor-system-terminate = off
# loglevel = "WARNING"
}