Change documentation to consistently use quotes for log levels. See #2965
This commit is contained in:
parent
a94749d577
commit
ba957c8356
5 changed files with 16 additions and 14 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue