projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a47f394
)
Fix misindented yaml in logging how to example (GH-8604)
author
Rémy HUBSCHER
<hubscher.remy@gmail.com>
Sun, 12 Aug 2018 23:58:26 +0000
(
01:58
+0200)
committer
Mariatta
<Mariatta@users.noreply.github.com>
Sun, 12 Aug 2018 23:58:26 +0000
(16:58 -0700)
Doc/howto/logging.rst
patch
|
blob
|
history
diff --git
a/Doc/howto/logging.rst
b/Doc/howto/logging.rst
index 47b5c680c4241aae937fb94c6622af5fbc930ca9..6f47baeee2f5ddf63fd26fdcb7092045d43b5454 100644
(file)
--- 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`.