All Downloads are FREE. Search and download functionalities are using the official Maven repository.

oogerd.mmap-mem_2.12.0.1.1.source-code.application.conf Maven / Gradle / Ivy

MonotonicMap {

}

akka {

  loglevel = "DEBUG"
  loggers = ["akka.event.slf4j.Slf4jLogger"]
  logging-filter = "akka.event.slf4j.Slf4jLoggingFilter"
  log-dead-letters = 10
  log-dead-letters-during-shutdown = on

  actor {
    debug {
      # enable function of LoggingReceive, which is to log any received message at
      # DEBUG level
      receive = on

      # enable DEBUG logging of all AutoReceiveMessages (Kill, PoisonPill et.c.)
      autoreceive = on

      # enable DEBUG logging of actor lifecycle changes
      lifecycle = on
    }
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy