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
|
|
@ -618,7 +618,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 {
|
||||
autoreceive = on
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue