Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 393151e

Browse files
Fix misindented yaml in logging how to example (GH-8604)
(cherry picked from commit 10b59f1) Co-authored-by: Rémy HUBSCHER <[email protected]>
1 parent 7e0153e commit 393151e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Doc/howto/logging.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -750,9 +750,9 @@ the new dictionary-based approach:
750750
level: DEBUG
751751
handlers: [console]
752752
propagate: no
753-
root:
754-
level: DEBUG
755-
handlers: [console]
753+
root:
754+
level: DEBUG
755+
handlers: [console]
756756
757757
For more information about logging using a dictionary, see
758758
:ref:`logging-config-api`.

0 commit comments

Comments
 (0)