]> granicus.if.org Git - python/commitdiff
Revert "Fix misindented yaml in logging how to example (GH-8604)" (GH-9081)
authorRémy HUBSCHER <hubscher.remy@gmail.com>
Mon, 10 Sep 2018 09:07:15 +0000 (11:07 +0200)
committerXiang Zhang <angwerzx@126.com>
Mon, 10 Sep 2018 09:07:15 +0000 (17:07 +0800)
This reverts commit 10b59f1b019cd00c940dd7f4a74c4f667a20f25f.

Doc/howto/logging.rst

index 6f47baeee2f5ddf63fd26fdcb7092045d43b5454..47b5c680c4241aae937fb94c6622af5fbc930ca9 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`.