diff --git a/docs/articles/utilities/logging.md b/docs/articles/utilities/logging.md index 055b7abe8d5..bbe33664d2e 100644 --- a/docs/articles/utilities/logging.md +++ b/docs/articles/utilities/logging.md @@ -64,17 +64,18 @@ akka { ``` ## Example configuration ```hocon -akka { - stdout-loglevel = DEBUG - loglevel = DEBUG - log-config-on-start = on - actor { - debug { - receive = on - autoreceive = on - lifecycle = on - event-stream = on - unhandled = on - } - } +akka { + stdout-loglevel = DEBUG + loglevel = DEBUG + log-config-on-start = on + actor { + debug { + receive = on + autoreceive = on + lifecycle = on + event-stream = on + unhandled = on + } + } +} ```