Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 290a60b

Browse files
Natimzhangyangyu
authored andcommittedSep 10, 2018
Revert "Fix misindented yaml in logging how to example (GH-8604)" (GH-9081)
This reverts commit 10b59f1.
1 parent 5061a74 commit 290a60b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎Doc/howto/logging.rst

+3-3
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)
Please sign in to comment.