diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2018-09-10 09:13:18 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-10 09:13:18 (GMT) |
commit | 9c9ac9e69735a2854c2e0d41948385110b139abe (patch) | |
tree | 4ad01257bde6a5692774617c946a70eb018d60fa /Doc/howto | |
parent | 7a633ed79cfba2cfc0f80410ddcaeecadc2030e9 (diff) | |
download | cpython-9c9ac9e69735a2854c2e0d41948385110b139abe.zip cpython-9c9ac9e69735a2854c2e0d41948385110b139abe.tar.gz cpython-9c9ac9e69735a2854c2e0d41948385110b139abe.tar.bz2 |
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@gmail.com>
Diffstat (limited to 'Doc/howto')
-rw-r--r-- | Doc/howto/logging.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Doc/howto/logging.rst b/Doc/howto/logging.rst index 6f47bae..47b5c68 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`. |