]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix misindented yaml in logging how to example (GH-8604)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 13 Aug 2018 00:06:30 +0000 (17:06 -0700)
committerGitHub <noreply@github.com>
Mon, 13 Aug 2018 00:06:30 +0000 (17:06 -0700)
(cherry picked from commit 10b59f1b019cd00c940dd7f4a74c4f667a20f25f)

Co-authored-by: Rémy HUBSCHER <hubscher.remy@gmail.com>
Doc/howto/logging.rst

index 9914f8d154ab88af656e97a276fa9ea65550c1be..78a237f5ae631582c5a441fb8bbc0696e1b93308 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`.