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

View file

@ -698,7 +698,7 @@ All these messages are logged at ``DEBUG`` level. To summarize, you can enable
full logging of actor activities using this configuration fragment::
akka {
loglevel = DEBUG
loglevel = "DEBUG"
actor {
debug {
receive = on