commit | 10b59f1b019cd00c940dd7f4a74c4f667a20f25f | [log] [tgz] |
---|---|---|
author | Rémy HUBSCHER <hubscher.remy@gmail.com> | Mon Aug 13 01:58:26 2018 +0200 |
committer | Mariatta <Mariatta@users.noreply.github.com> | Sun Aug 12 16:58:26 2018 -0700 |
tree | e436201bf4b0fef11909160e615dbbe3f40ecae1 | |
parent | a47f394af83c4bc29fac65c31e04091f87b98b35 [diff] [blame] |
Fix misindented yaml in logging how to example (GH-8604)
diff --git a/Doc/howto/logging.rst b/Doc/howto/logging.rst index 47b5c68..6f47bae 100644 --- a/Doc/howto/logging.rst +++ b/Doc/howto/logging.rst
@@ -750,9 +750,9 @@ 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`.