Fix misindented yaml in logging how to example (GH-8604)
authorRémy HUBSCHER <hubscher.remy@gmail.com>
Sun, 12 Aug 2018 23:58:26 +0000 (01:58 +0200)
committerMariatta <Mariatta@users.noreply.github.com>
Sun, 12 Aug 2018 23:58:26 +0000 (16:58 -0700)
Doc/howto/logging.rst

index 47b5c680c4241aae937fb94c6622af5fbc930ca9..6f47baeee2f5ddf63fd26fdcb7092045d43b5454 100644 (file)
@@ -750,9 +750,9 @@ the new dictionary-based approach:
         level: DEBUG
         handlers: [console]
         propagate: no
-    root:
-      level: DEBUG
-      handlers: [console]
+      root:
+        level: DEBUG
+        handlers: [console]
 
 For more information about logging using a dictionary, see
 :ref:`logging-config-api`.