[Python-checkins] Revert "Fix misindented yaml in logging how to example (GH-8604)" (GH-9081)

Miss Islington (bot) webhook-mailer at python.org
Mon Sep 10 05:19:25 EDT 2018


https://github.com/python/cpython/commit/8eda821d1b8db374bf963cf18b5c7f063366b062
commit: 8eda821d1b8db374bf963cf18b5c7f063366b062
branch: 3.6
author: Miss Islington (bot) <31488909+miss-islington at users.noreply.github.com>
committer: GitHub <noreply at github.com>
date: 2018-09-10T02:19:20-07:00
summary:

Revert "Fix misindented yaml in logging how to example (GH-8604)" (GH-9081)


This reverts commit 10b59f1b019cd00c940dd7f4a74c4f667a20f25f.
(cherry picked from commit 290a60bd8af7b1d7e7931aa4dd4eace60d355d76)

Co-authored-by: Rémy HUBSCHER <hubscher.remy at gmail.com>

files:
M Doc/howto/logging.rst

diff --git a/Doc/howto/logging.rst b/Doc/howto/logging.rst
index 78a237f5ae63..9914f8d154ab 100644
--- a/Doc/howto/logging.rst
+++ b/Doc/howto/logging.rst
@@ -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`.



More information about the Python-checkins mailing list