Merge pull request #1173 from akka/wip-2965-show-how-to-stop-stdout-logging-master-ban

Add new log level OFF. See #2965
This commit is contained in:
Björn Antonsson 2013-02-22 01:07:26 -08:00
commit e09f0ac3ff
10 changed files with 177 additions and 35 deletions

View file

@ -23,7 +23,7 @@ object FaultHandlingDocSample extends App {
import Worker._
val config = ConfigFactory.parseString("""
akka.loglevel = DEBUG
akka.loglevel = "DEBUG"
akka.actor.debug {
receive = on
lifecycle = on