mirror of https://github.com/python/cpython.git
Revert "Fix misindented yaml in logging how to example (GH-8604)" (GH-9081)
This reverts commit 10b59f1b01
.
This commit is contained in:
parent
5061a74a4c
commit
290a60bd8a
Doc/howto
|
@ -750,9 +750,9 @@ the new dictionary-based approach:
|
||||||
level: DEBUG
|
level: DEBUG
|
||||||
handlers: [console]
|
handlers: [console]
|
||||||
propagate: no
|
propagate: no
|
||||||
root:
|
root:
|
||||||
level: DEBUG
|
level: DEBUG
|
||||||
handlers: [console]
|
handlers: [console]
|
||||||
|
|
||||||
For more information about logging using a dictionary, see
|
For more information about logging using a dictionary, see
|
||||||
:ref:`logging-config-api`.
|
:ref:`logging-config-api`.
|
||||||
|
|
Loading…
Reference in New Issue