From dfeb7dd8200eabc44e6fbab448b22897c6d0abfd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9my=20HUBSCHER?= Date: Wed, 1 Aug 2018 10:45:37 +0200 Subject: [PATCH] Misindented yaml example --- Doc/howto/logging.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Doc/howto/logging.rst b/Doc/howto/logging.rst index 47b5c680c4241a..6f47baeee2f5dd 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`.