Change documentation to consistently use quotes for log levels. See #2965

This commit is contained in:
Björn Antonsson 2013-02-20 10:07:45 +01:00
parent a94749d577
commit ba957c8356
5 changed files with 16 additions and 14 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